Skip to content

Commit e1d202d

Browse files
committed
Update _json.py
1 parent 025fb30 commit e1d202d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/io/json/_json.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@
3232
from pandas.core.dtypes.common import (
3333
ensure_str,
3434
is_string_dtype,
35-
pandas_dtype,
3635
)
3736
from pandas.core.dtypes.dtypes import PeriodDtype
3837

3938
from pandas import (
40-
ArrowDtype,
4139
DataFrame,
4240
Index,
4341
MultiIndex,

0 commit comments

Comments
 (0)