Skip to content

Commit

Permalink
antics of typing
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Nov 8, 2024
1 parent 798256d commit ad70179
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sentry_sdk/spotlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ def capture_envelope(self, envelope):
]

class SpotlightMiddleware(MiddlewareMixin): # type: ignore[misc]
__spotlight_script: Optional[str] = None
_spotlight_url: str
__spotlight_script = None # type: Optional[str]

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

0 comments on commit ad70179

Please sign in to comment.