Skip to content

Commit 5042f4e

Browse files
authored
Update __init__.py
1 parent fd364d1 commit 5042f4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cx_Oracle_async/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from .utils import create_pool , makedsn , DEQ_NO_WAIT , DEQ_WAIT_FOREVER
44

55
__all__ = (
6-
'create_pool',
7-
'makedsn',
6+
'create_pool',
7+
'makedsn',
88
'DEQ_NO_WAIT',
99
'DEQ_WAIT_FOREVER'
10-
)
10+
)

0 commit comments

Comments
 (0)