Skip to content

Commit e1b733b

Browse files
ericapisaniclaude
andcommitted
style(wsgi): Add type: ignore comment to uwsgi import
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f9f0af9 commit e1b733b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def __call__(
163163

164164
def _is_uwsgi_offload_threads_enabled() -> bool:
165165
try:
166-
from uwsgi import opt
166+
from uwsgi import opt # type: ignore
167167
except ImportError:
168168
return False
169169

0 commit comments

Comments
 (0)