Skip to content

Commit 5ee5274

Browse files
remove runtime import
1 parent 68b853f commit 5ee5274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sys
22
from functools import wraps
3-
from collections.abc import Iterable
43

54
import sentry_sdk
65
from sentry_sdk import consts
@@ -41,6 +40,7 @@
4140
AsyncIterator,
4241
Iterator,
4342
Union,
43+
Iterable,
4444
)
4545
from sentry_sdk.tracing import Span
4646
from sentry_sdk._types import TextPart

0 commit comments

Comments
 (0)