Skip to content

Commit 2ac24d3

Browse files
committed
redundant slots
1 parent aba1b50 commit 2ac24d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sentry_sdk/traces.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -441,11 +441,7 @@ def timestamp(self) -> "Optional[datetime]":
441441

442442

443443
class NoOpStreamedSpan(StreamedSpan):
444-
__slots__ = (
445-
"_scope",
446-
"_previous_span_on_scope",
447-
"_unsampled_reason",
448-
)
444+
__slots__ = ("_unsampled_reason",)
449445

450446
def __init__(
451447
self,

0 commit comments

Comments
 (0)