Skip to content

Commit afe998b

Browse files
committed
add Array as top level import in piccolo.columns
1 parent 7b7955d commit afe998b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

piccolo/columns/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .column_types import ( # noqa: F401
2+
Array,
23
BigInt,
34
Boolean,
45
Bytea,

0 commit comments

Comments
 (0)