Skip to content

Commit

Permalink
try_again
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 committed Sep 20, 2024
1 parent 0a7f43d commit 8510867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/io/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def test_compressed_json() -> None:


def test_empty_list_json() -> None:
df = pl.read_json(io.StringIO("[]"))
df = pl.read_json(io.StringIO("[]")) #
assert df.shape == (0, 0)
assert isinstance(df, pl.DataFrame)

Expand Down

0 comments on commit 8510867

Please sign in to comment.