We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fab19 commit 968e8daCopy full SHA for 968e8da
src/gino/dialects/aiomysql.py
@@ -24,7 +24,7 @@
24
try:
25
import aiomysql
26
except ImportError:
27
- raise ImportError("asyncpg is not installed; please install gino[mysql]")
+ raise ImportError("aiomysql is not installed; please install gino[mysql]")
28
29
JSON_COLTYPE = 245
30
0 commit comments