Skip to content

Commit 025fb30

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/json/_json.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,6 @@ def _read_pyarrow(self) -> DataFrame:
955955
Read JSON using the pyarrow engine.
956956
"""
957957
pyarrow_json = import_optional_dependency("pyarrow.json")
958-
options = None
959958

960959
pa_table = pyarrow_json.read_json(self.data)
961960
df = arrow_table_to_pandas(pa_table, dtype_backend=self.dtype_backend)

0 commit comments

Comments
 (0)