We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70fddbe + 6c0afc2 commit 40e2703Copy full SHA for 40e2703
1 file changed
gino/dialects/asyncpg.py
@@ -4,7 +4,8 @@
4
5
import asyncpg
6
from sqlalchemy import util, exc, sql
7
-from sqlalchemy.dialects.postgresql import (
+from sqlalchemy.dialects.postgresql import ( # noqa: F401
8
+ ARRAY,
9
CreateEnumType,
10
DropEnumType,
11
JSON,
0 commit comments