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.
flake8
1 parent 378099f commit 52de22eCopy full SHA for 52de22e
dash/dash.py
@@ -449,14 +449,14 @@ def __init__( # pylint: disable=too-many-statements
449
450
if use_async is None:
451
try:
452
- import asgiref # pylint: disable=unused-import
+ import asgiref # pylint: disable=unused-import # noqa
453
454
use_async = True
455
except ImportError:
456
pass
457
elif use_async:
458
459
460
461
raise Exception(
462
"You are trying to use dash[async] without having installed the requirements please install via: `pip install dash[async]`"
0 commit comments