Skip to content

Commit 99e0e3c

Browse files
committed
Remove yet another unnecessary comma.
1 parent 8008d66 commit 99e0e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/json/_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def read_json(
346346
encoding=None,
347347
lines=False,
348348
chunksize=None,
349-
compression="infer",
349+
compression="infer"
350350
):
351351
"""
352352
Convert a JSON string to pandas object.

0 commit comments

Comments
 (0)