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 ff18cb9 commit 576fea9Copy full SHA for 576fea9
sentry_sdk/integrations/threading.py
@@ -38,7 +38,7 @@ def setup_once() -> None:
38
39
try:
40
from django import VERSION as django_version # noqa: N811
41
- import channels # type: ignore[import-not-found]
+ import channels # type: ignore
42
43
channels_version = channels.__version__
44
except ImportError:
0 commit comments