Skip to content

Commit 2beed1d

Browse files
author
rfaircloth-splunk
committed
[fix] don't expose apidocumenter its internal
1 parent 685b181 commit 2beed1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

solnlib/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
from . import (
2020
acl,
21-
api_documenter,
2221
compression,
2322
conf_manager,
2423
credentials,
@@ -40,7 +39,6 @@
4039
)
4140

4241
__all__ = ['acl',
43-
'api_documenter',
4442
'compression',
4543
'conf_manager',
4644
'credentials',
@@ -60,4 +58,4 @@
6058
'user_access',
6159
'utils']
6260

63-
__version__ = '2.0.7'
61+
__version__ = '0.0.0'

0 commit comments

Comments
 (0)