We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca1ab7 commit 06b4e88Copy full SHA for 06b4e88
db_dtypes/__init__.py
@@ -28,7 +28,7 @@
28
import pyarrow.compute
29
30
from db_dtypes import core
31
-from db_dtypes.json import JSONArray, JSONDtype, JSONArrowType
+from db_dtypes.json import JSONArray, JSONDtype, JSONArrowType # noqa: F401
32
33
from . import _versions_helpers
34
0 commit comments