Skip to content

Commit dbe8361

Browse files
committed
fix __all__ in aiomysql/__init__
1 parent ef4a676 commit dbe8361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiomysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
'escape_string',
5656

5757
'Connection',
58-
'Pool'
58+
'Pool',
5959
'connect',
6060
'create_pool',
6161
'Cursor',

0 commit comments

Comments
 (0)