Skip to content

Commit

Permalink
Remove unnecessary TYPE_CHECKING alias (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrafek authored Nov 8, 2023
1 parent a1bbc9a commit 4643e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/_types.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
try:
from typing import TYPE_CHECKING as TYPE_CHECKING
from typing import TYPE_CHECKING
except ImportError:
TYPE_CHECKING = False

Expand Down

0 comments on commit 4643e32

Please sign in to comment.