Skip to content

Commit 8d0db19

Browse files
author
阿绿
committed
PullRequest: 38 fix: correct the definition of __all__
Merge branch fix_init of [email protected]:oceanbase/OBShell-SDK-Python.git into master https://code.alipay.com/oceanbase/OBShell-SDK-Python/pull_requests/38 Signed-off-by: 甘霖 <[email protected]> * fix
1 parent 737b2c4 commit 8d0db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obshell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
from .ssh import NodeConfig, initialize_nodes, start_obshell
2020

2121
__all__ = ('ClientSet', 'TaskExecuteFailedError',
22-
'OBShellHandleError', 'IllegalOperatorError', 'ClientV1'
22+
'OBShellHandleError', 'IllegalOperatorError', 'ClientV1',
2323
'NodeConfig', 'initialize_nodes', 'start_obshell')

0 commit comments

Comments
 (0)