Skip to content

Commit 65bf398

Browse files
committed
Cite source for _flatten
1 parent 2f8df3d commit 65bf398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/snowglobe/telemetry/openinference/openinference_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""
2-
Borrowed heavily from openinference-instrumentation-guardrails
2+
Borrowed heavily from openinference-instrumentation-guardrails.
3+
Source: https://github.com/Arize-ai/openinference/blob/main/python/instrumentation/openinference-instrumentation-guardrails/src/openinference/instrumentation/guardrails/_wrap_guard_call.py#L29-L45
34
"""
45
from enum import Enum
56
from typing import Any, Iterator, List, Mapping, Optional, Tuple

0 commit comments

Comments
 (0)