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 a70e745 commit 1837c5fCopy full SHA for 1837c5f
sentry_sdk/integrations/typer.py
@@ -32,7 +32,7 @@ class TyperIntegration(Integration):
32
@staticmethod
33
def setup_once():
34
# type: () -> None
35
- typer.main.except_hook = _make_excepthook(typer.main.except_hook)
+ typer.main.except_hook = _make_excepthook(typer.main.except_hook) # type: ignore
36
37
38
def _make_excepthook(old_excepthook):
0 commit comments