Skip to content

Commit 1837c5f

Browse files
committed
mypy
1 parent a70e745 commit 1837c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/typer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TyperIntegration(Integration):
3232
@staticmethod
3333
def setup_once():
3434
# type: () -> None
35-
typer.main.except_hook = _make_excepthook(typer.main.except_hook)
35+
typer.main.except_hook = _make_excepthook(typer.main.except_hook) # type: ignore
3636

3737

3838
def _make_excepthook(old_excepthook):

0 commit comments

Comments
 (0)