Skip to content

Commit 338aa6d

Browse files
committed
Remove complete reference
1 parent 8dc3da5 commit 338aa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ def enable_dev_tools(
20792079

20802080
for index, package in enumerate(packages):
20812081
if isinstance(package, AssertionRewritingHook):
2082-
dash_spec = importlib.util.find_spec("dash") # type: ignore[reportAttributeAccess]
2082+
dash_spec = find_spec("dash") # type: ignore[reportAttributeAccess]
20832083
dash_test_path = dash_spec.submodule_search_locations[0]
20842084
setattr(dash_spec, "path", dash_test_path)
20852085
packages[index] = dash_spec

0 commit comments

Comments
 (0)