Skip to content

Commit ad70179

Browse files
committed
antics of typing
1 parent 798256d commit ad70179

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry_sdk/spotlight.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ def capture_envelope(self, envelope):
8585
]
8686

8787
class SpotlightMiddleware(MiddlewareMixin): # type: ignore[misc]
88-
__spotlight_script: Optional[str] = None
89-
_spotlight_url: str
88+
__spotlight_script = None # type: Optional[str]
9089

9190
def __init__(self, get_response):
9291
# type: (Self, Callable[..., HttpResponse]) -> None

0 commit comments

Comments
 (0)