Skip to content

Commit f2ae71e

Browse files
committed
Add makedsn
1 parent 88562fa commit f2ae71e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cx_Oracle_async/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
__version__ = ''
22

3-
from .utils import create_pool
3+
from .utils import create_pool , makedsn
44

55
__all__ = (
66
'create_pool',
7+
'makedsn'
78
)

0 commit comments

Comments
 (0)