Skip to content

Commit 8866198

Browse files
authored
Fix import statement for agents._utils
1 parent 804c739 commit 8866198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openai_agents/patches/error_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _patch_error_tracing():
3333
# Try older location (agents._utils)
3434
if error_tracing_module is None:
3535
try:
36-
import agents._utils # type: ignore[import-not-found]
36+
import agents._utils
3737

3838
error_tracing_module = agents._utils
3939
except (ImportError, AttributeError):

0 commit comments

Comments
 (0)