Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d7f570d

Browse files
Remove plotly express from delayed submodule import. (#2390)
* Remove plotly express from delayed submodule import.
1 parent 7fcb95c commit d7f570d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎packages/python/plotly/plotly/__init__.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
".io",
7373
".data",
7474
".colors",
75-
".express",
7675
],
7776
[".version.__version__"],
7877
)

‎packages/python/plotly/test_init/test_lazy_imports.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_lazy_imports():
1515

1616
# Check that submodules are not auto-imported, but can be be accessed using
1717
# attribute syntax
18-
submodules = ["graph_objs", "io", "express"]
18+
submodules = ["graph_objs", "io"]
1919
for m in submodules:
2020
module_str = "plotly." + m
2121
assert module_str not in sys.modules

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /