Skip to content

Commit 9aad099

Browse files
committed
linting
1 parent 8cd1584 commit 9aad099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/threading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def sentry_start(self, *a, **kw):
6060
if integration.propagate_scope:
6161
try:
6262
from django import VERSION as django_version # noqa: N811
63-
import channels
63+
import channels # type: ignore[import-not-found]
6464

6565
channels_version = channels.__version__
6666
except ImportError:

0 commit comments

Comments
 (0)