Skip to content

Commit 968e8da

Browse files
allmondayfantix
authored andcommitted
minor typo
correct wrong lib name
1 parent 75fab19 commit 968e8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gino/dialects/aiomysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
try:
2525
import aiomysql
2626
except ImportError:
27-
raise ImportError("asyncpg is not installed; please install gino[mysql]")
27+
raise ImportError("aiomysql is not installed; please install gino[mysql]")
2828

2929
JSON_COLTYPE = 245
3030

0 commit comments

Comments
 (0)