Skip to content

Commit 4643e32

Browse files
authored
Remove unnecessary TYPE_CHECKING alias (#2467)
1 parent a1bbc9a commit 4643e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
try:
2-
from typing import TYPE_CHECKING as TYPE_CHECKING
2+
from typing import TYPE_CHECKING
33
except ImportError:
44
TYPE_CHECKING = False
55

0 commit comments

Comments
 (0)