Skip to content

Commit a4eaef1

Browse files
authored
Merge pull request #270 from matianjun1/fix_aiomysql_import
fix __all__ in aiomysql/__init__
2 parents ef4a676 + dbe8361 commit a4eaef1

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)