Skip to content

Commit dda59b1

Browse files
committed
remove __all__ in init
1 parent 8fb541e commit dda59b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vetiver/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@
2424
from .types import create_prototype, Prototype # noqa
2525

2626
__author__ = "Isabel Zimmerman <isabel.zimmerman@posit.co>"
27-
__all__ = []
2827
__version__ = _version("vetiver")
2928
del _version

0 commit comments

Comments
 (0)