Skip to content

Commit 91e437e

Browse files
committed
updates import statement to ensure import of JSONArrowType
1 parent bfe9115 commit 91e437e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_dtypes/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import pyarrow.compute
2929

3030
from db_dtypes import core
31-
from db_dtypes.json import JSONArray, JSONDtype
31+
from db_dtypes.json import JSONArray, JSONDtype, JSONArrowType
3232

3333
from . import _versions_helpers
3434

0 commit comments

Comments
 (0)