Skip to content

Commit 0477a4b

Browse files
mypy
1 parent 4580edc commit 0477a4b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openai_agents/utils.py

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

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

3434

0 commit comments

Comments
 (0)