Skip to content

Commit 5d17830

Browse files
committed
friggin types and casting
1 parent 1c7233b commit 5d17830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry_sdk/transport.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import certifi
2020

2121
import sentry_sdk
22+
from sentry_sdk._types import EventDataCategory
2223
from sentry_sdk.consts import EndpointType
2324
from sentry_sdk.utils import Dsn, logger, capture_internal_exceptions
2425
from sentry_sdk.worker import BackgroundWorker
@@ -43,7 +44,7 @@
4344
from urllib3.poolmanager import PoolManager
4445
from urllib3.poolmanager import ProxyManager
4546

46-
from sentry_sdk._types import Event, EventDataCategory
47+
from sentry_sdk._types import Event
4748

4849
KEEP_ALIVE_SOCKET_OPTIONS = []
4950
for option in [

0 commit comments

Comments
 (0)