Skip to content

Commit 40e2703

Browse files
authored
Merge pull request #289 from Hummer12007/patch-1
asyncpg: add ARRAY support
2 parents 70fddbe + 6c0afc2 commit 40e2703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gino/dialects/asyncpg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import asyncpg
66
from sqlalchemy import util, exc, sql
7-
from sqlalchemy.dialects.postgresql import (
7+
from sqlalchemy.dialects.postgresql import ( # noqa: F401
8+
ARRAY,
89
CreateEnumType,
910
DropEnumType,
1011
JSON,

0 commit comments

Comments
 (0)