Skip to content

Commit

Permalink
Remove yet another unnecessary comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexitkes committed Jul 28, 2019
1 parent 8008d66 commit 99e0e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/json/_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def read_json(
encoding=None,
lines=False,
chunksize=None,
compression="infer",
compression="infer"
):
"""
Convert a JSON string to pandas object.
Expand Down

0 comments on commit 99e0e3c

Please sign in to comment.