Skip to content

Commit bc389c1

Browse files
committed
linting
1 parent 36f94c2 commit bc389c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry_sdk/integrations/asyncio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
except ImportError:
1313
raise DidNotEnable("asyncio not available")
1414

15-
from typing import TYPE_CHECKING, cast
15+
from typing import Any, cast, TYPE_CHECKING
1616

1717
if TYPE_CHECKING:
18-
from typing import Any
1918
from collections.abc import Coroutine
2019

2120
from sentry_sdk._types import ExcInfo

0 commit comments

Comments
 (0)