Skip to content

Commit 41a694c

Browse files
authored
remove __all__ from top level (#490)
1 parent 504ddcf commit 41a694c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

fastplotlib/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@
1919

2020
if len(adapters) < 1:
2121
raise IndexError("No WGPU adapters found, fastplotlib will not work.")
22-
23-
24-
__all__ = [
25-
"Figure",
26-
"run",
27-
# "ImageWidget",
28-
"Legend",
29-
]

0 commit comments

Comments
 (0)