We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e9e3a commit 4580edcCopy full SHA for 4580edc
1 file changed
sentry_sdk/integrations/openai_agents/utils.py
@@ -28,6 +28,7 @@
28
29
class _SingleTurnException(Exception):
30
def __init__(self, original):
31
+ # type: Exception -> None
32
self.original = original
33
34
0 commit comments