Skip to content

Commit d6cfbf8

Browse files
import
1 parent 50910bc commit d6cfbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
from typing import Union
6363
from typing import TypeVar
6464

65-
from sentry_sdk._types import Event, Hint, SDKInfo, Log, Metric
65+
from sentry_sdk._types import Event, Hint, SDKInfo, Log, Metric, EventDataCategory
6666
from sentry_sdk.integrations import Integration
6767
from sentry_sdk.scope import Scope
6868
from sentry_sdk.session import Session

0 commit comments

Comments
 (0)