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 a1bbc9a commit 4643e32Copy full SHA for 4643e32
sentry_sdk/_types.py
@@ -1,5 +1,5 @@
1
try:
2
- from typing import TYPE_CHECKING as TYPE_CHECKING
+ from typing import TYPE_CHECKING
3
except ImportError:
4
TYPE_CHECKING = False
5
0 commit comments