Skip to content

Commit 09b88f0

Browse files
committed
dont redefine slots
1 parent bc9f765 commit 09b88f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sentry_sdk/traces.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,7 @@ def timestamp(self) -> "Optional[datetime]":
415415

416416

417417
class NoOpStreamedSpan(StreamedSpan):
418-
__slots__ = (
419-
"_scope",
420-
"_previous_span_on_scope",
421-
)
418+
__slots__ = ()
422419

423420
def __init__(
424421
self,

0 commit comments

Comments
 (0)