Skip to content

Commit 3f738af

Browse files
committed
fix(spans): fixing linting error
1 parent 9eed1cc commit 3f738af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def substituted_because_contains_sensitive_data(cls):
7878
},
7979
)
8080

81+
8182
T = TypeVar("T")
8283
Annotated = Union[AnnotatedValue, T]
8384

@@ -98,7 +99,6 @@ def substituted_because_contains_sensitive_data(cls):
9899
from typing import Type
99100
from typing_extensions import Literal, TypedDict
100101

101-
102102
class SDKInfo(TypedDict):
103103
name: str
104104
version: str

0 commit comments

Comments
 (0)