Skip to content

Commit f8b152d

Browse files
typing
1 parent 5c38edb commit f8b152d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

sentry_sdk/client.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,12 @@
6262
from typing import Union
6363
from typing import TypeVar
6464

65-
from sentry_sdk._types import (
66-
Event,
67-
Hint,
68-
SDKInfo,
69-
Log,
70-
Metric,
71-
EventDataCategory,
72-
Item,
73-
)
65+
from sentry_sdk._types import Event, Hint, SDKInfo, Log, Metric, EventDataCategory
7466
from sentry_sdk.integrations import Integration
7567
from sentry_sdk.scope import Scope
7668
from sentry_sdk.session import Session
7769
from sentry_sdk.spotlight import SpotlightClient
78-
from sentry_sdk.transport import Transport
70+
from sentry_sdk.transport import Transport, Item
7971
from sentry_sdk._log_batcher import LogBatcher
8072
from sentry_sdk._metrics_batcher import MetricsBatcher
8173

0 commit comments

Comments
 (0)