Skip to content

Commit cc76bbb

Browse files
committed
.
1 parent b386fe9 commit cc76bbb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sentry_sdk/_types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,13 @@ def substituted_because_contains_sensitive_data(cls) -> "AnnotatedValue":
140140
if TYPE_CHECKING:
141141
from collections.abc import Container, MutableMapping, Sequence
142142
from datetime import datetime
143-
from sentry_sdk.traces import StreamedSpan
144143
from types import TracebackType
145144
from typing import Any, Callable, Dict, Mapping, NotRequired, Optional, Type
146145

147146
from typing_extensions import Literal, TypedDict
148147

148+
from sentry_sdk.traces import StreamedSpan
149+
149150
class SDKInfo(TypedDict):
150151
name: str
151152
version: str

0 commit comments

Comments
 (0)