Skip to content

Commit c4641d6

Browse files
committed
Remove redundant stuff
1 parent eae56d4 commit c4641d6

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

sentry_sdk/traces.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -168,17 +168,6 @@ def trace_id(self) -> str:
168168

169169

170170
class NoOpStreamedSpan(StreamedSpan):
171-
__slots__ = (
172-
)
173-
174-
def __init__(
175-
self,
176-
) -> None:
177-
pass
178-
179-
def __repr__(self) -> str:
180-
return f"<{self.__class__.__name__}(sampled={self.sampled})>"
181-
182171
def get_attributes(self) -> "Attributes":
183172
return {}
184173

0 commit comments

Comments
 (0)