Skip to content

Commit dcd0e27

Browse files
committed
updates linting
1 parent fa4a191 commit dcd0e27

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/db-dtypes/db_dtypes/__init__.py

Lines changed: 1 addition & 1 deletion
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, JSONArrowType # noqa: F401
31+
from db_dtypes.json import JSONArray, JSONArrowType, JSONDtype # noqa: F401
3232

3333
from . import _versions_helpers
3434

packages/db-dtypes/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
# All configuration values have a default; values that are commented out
2525
# serve to show the default.
2626

27-
import sys
2827
import os
2928
import 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

packages/db-dtypes/tests/unit/test_json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import db_dtypes
2323
import db_dtypes.json
2424

25-
2625
# Check for minimum Pandas version.
2726
pytest.importorskip("pandas", minversion="1.5.0")
2827

0 commit comments

Comments
 (0)