Skip to content

Commit 756af13

Browse files
author
link2xt
authored
CLN: remove unused JsonReader.path_or_buf (#34492)
1 parent 48c00ea commit 756af13

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
@@ -639,7 +639,6 @@ def __init__(
639639
compression,
640640
):
641641

642-
self.path_or_buf = filepath_or_buffer
643642
self.orient = orient
644643
self.typ = typ
645644
self.dtype = dtype

0 commit comments

Comments
 (0)