Skip to content

Commit 06b4e88

Browse files
committed
update linting
1 parent eca1ab7 commit 06b4e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

3333
from . import _versions_helpers
3434

0 commit comments

Comments
 (0)