We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd1584 commit 9aad099Copy full SHA for 9aad099
sentry_sdk/integrations/threading.py
@@ -60,7 +60,7 @@ def sentry_start(self, *a, **kw):
60
if integration.propagate_scope:
61
try:
62
from django import VERSION as django_version # noqa: N811
63
- import channels
+ import channels # type: ignore[import-not-found]
64
65
channels_version = channels.__version__
66
except ImportError:
0 commit comments