File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828import pyarrow .compute
2929
3030from db_dtypes import core
31- from db_dtypes .json import JSONArray , JSONDtype , JSONArrowType # noqa: F401
31+ from db_dtypes .json import JSONArray , JSONArrowType , JSONDtype # noqa: F401
3232
3333from . import _versions_helpers
3434
Original file line number Diff line number Diff line change 2424# All configuration values have a default; values that are commented out
2525# serve to show the default.
2626
27- import sys
2827import os
2928import shlex
29+ import sys
3030
3131# If extensions (or modules to document with autodoc) are in another directory,
3232# add these directories to sys.path here. If the directory is relative to the
Original file line number Diff line number Diff line change 2222import db_dtypes
2323import db_dtypes .json
2424
25-
2625# Check for minimum Pandas version.
2726pytest .importorskip ("pandas" , minversion = "1.5.0" )
2827
You can’t perform that action at this time.
0 commit comments