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 8dc3da5 commit 338aa6dCopy full SHA for 338aa6d
dash/dash.py
@@ -2079,7 +2079,7 @@ def enable_dev_tools(
2079
2080
for index, package in enumerate(packages):
2081
if isinstance(package, AssertionRewritingHook):
2082
- dash_spec = importlib.util.find_spec("dash") # type: ignore[reportAttributeAccess]
+ dash_spec = find_spec("dash") # type: ignore[reportAttributeAccess]
2083
dash_test_path = dash_spec.submodule_search_locations[0]
2084
setattr(dash_spec, "path", dash_test_path)
2085
packages[index] = dash_spec
0 commit comments