We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d60023 commit 1e14592Copy full SHA for 1e14592
lazy_loader/__init__.py
@@ -15,7 +15,7 @@
15
import warnings
16
17
__version__ = "0.5rc0.dev0"
18
-__all__ = ["attach", "load", "attach_stub"]
+__all__ = ["attach", "attach_stub", "load"]
19
20
21
threadlock = threading.Lock()
0 commit comments