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.
2 parents bdee2b3 + 901e162 commit 542646eCopy full SHA for 542646e
{{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}/__init__.py
@@ -10,7 +10,7 @@
10
from ._imports_ import *
11
from ._imports_ import __all__
12
13
-if not hasattr(_dash, 'development'):
+if not hasattr(_dash, '__plotly_dash') and not hasattr(_dash, 'development'):
14
print('Dash was not successfully imported. '
15
'Make sure you don\'t have a file '
16
'named \n"dash.py" in your current directory.', file=_sys.stderr)
0 commit comments