Skip to content

Commit 4dc5dd8

Browse files
committed
.
1 parent 3747c5f commit 4dc5dd8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

sentry_sdk/client.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,7 @@
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-
)
65+
from sentry_sdk._types import Event, Hint, SDKInfo, Log, Metric, EventDataCategory
7366
from sentry_sdk.integrations import Integration
7467
from sentry_sdk.scope import Scope
7568
from sentry_sdk.session import Session

0 commit comments

Comments
 (0)