Skip to content

Commit 831adae

Browse files
committed
type hint
1 parent c974d3e commit 831adae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def __init__(self) -> None:
310310
def __repr__(self) -> str:
311311
return f"<{self.__class__.__name__}(sampled={self.sampled})>"
312312

313-
def __enter__(self) -> "StreamedSpan":
313+
def __enter__(self) -> "NoOpStreamedSpan":
314314
return self
315315

316316
def __exit__(

0 commit comments

Comments
 (0)