Skip to content

Commit

Permalink
python format
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Jul 23, 2024
1 parent d46a951 commit e503d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ def test_read_byte_stream_split_arrays(
def test_parquet_nested_null_array_17795(tmp_path: Path) -> None:
filename = tmp_path / "nested_null.parquet"

pl.DataFrame([ {"struct": {"field": None}} ]).write_parquet(filename)
pl.DataFrame([{"struct": {"field": None}}]).write_parquet(filename)
pq.read_table(filename)


Expand Down

0 comments on commit e503d21

Please sign in to comment.