Skip to content

Commit 273bd71

Browse files
move ignore
1 parent 82a11c4 commit 273bd71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/opentelemetry/span_processor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ class SentrySpanProcessor(SpanProcessor):
8484

8585
def __new__(cls) -> "SentrySpanProcessor":
8686
if not hasattr(cls, "instance"):
87-
cls.instance = super().__new__(cls) # type: ignore[misc]
87+
cls.instance = super().__new__(cls)
8888

89-
return cls.instance
89+
return cls.instance # type: ignore[misc]
9090

9191
def __init__(self) -> None:
9292
@add_global_event_processor

0 commit comments

Comments
 (0)