From 472895d9f4ec71a0ddda48619d9ed4a5af91723f Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Mon, 15 Apr 2024 22:49:01 -0400 Subject: [PATCH] remove __all__ from top level --- fastplotlib/__init__.py | 8 -------- 1 file changed, 8 deletions(-) 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", -]