Skip to content

Commit 1e14592

Browse files
committed
Run linter
1 parent 2d60023 commit 1e14592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazy_loader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import warnings
1616

1717
__version__ = "0.5rc0.dev0"
18-
__all__ = ["attach", "load", "attach_stub"]
18+
__all__ = ["attach", "attach_stub", "load"]
1919

2020

2121
threadlock = threading.Lock()

0 commit comments

Comments
 (0)