Skip to content

Commit 4580edc

Browse files
type annotation
1 parent e9e9e3a commit 4580edc

File tree

1 file changed

+1
-0
lines changed
  • sentry_sdk/integrations/openai_agents

1 file changed

+1
-0
lines changed

sentry_sdk/integrations/openai_agents/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
class _SingleTurnException(Exception):
3030
def __init__(self, original):
31+
# type: Exception -> None
3132
self.original = original
3233

3334

0 commit comments

Comments
 (0)