diff --git a/fastplotlib/__init__.py b/fastplotlib/__init__.py index 8e6341156..7a6290d95 100644 --- a/fastplotlib/__init__.py +++ b/fastplotlib/__init__.py @@ -19,11 +19,3 @@ if len(adapters) < 1: raise IndexError("No WGPU adapters found, fastplotlib will not work.") - - -__all__ = [ - "Figure", - "run", - # "ImageWidget", - "Legend", -]