We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4580edc commit 0477a4bCopy full SHA for 0477a4b
sentry_sdk/integrations/openai_agents/utils.py
@@ -28,7 +28,7 @@
28
29
class _SingleTurnException(Exception):
30
def __init__(self, original):
31
- # type: Exception -> None
+ # type: (Exception) -> None
32
self.original = original
33
34
0 commit comments