Skip to content

Commit 6e9a9c2

Browse files
Add nodely.uninstall to __all__
1 parent 7b201e9 commit 6e9a9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodely/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# __version__ module is created by setuptools_scm during setup
3232
from .__version__ import version as __version__
3333

34-
__all__ = ['install', 'which', 'Popen', 'call']
34+
__all__ = ['install', 'uninstall', 'which', 'Popen', 'call']
3535

3636

3737
#: The absolute path to the local node_modules/ sub-directory used for

0 commit comments

Comments
 (0)