Skip to content

Commit 798256d

Browse files
committed
silence bogus type error
1 parent edb4753 commit 798256d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/spotlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def capture_envelope(self, envelope):
8484
for chars in product(*zip(BODY_CLOSE_TAG.upper(), BODY_CLOSE_TAG.lower()))
8585
]
8686

87-
class SpotlightMiddleware(MiddlewareMixin):
87+
class SpotlightMiddleware(MiddlewareMixin): # type: ignore[misc]
8888
__spotlight_script: Optional[str] = None
8989
_spotlight_url: str
9090

0 commit comments

Comments
 (0)