Skip to content

Commit

Permalink
pyfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Oct 7, 2024
1 parent f0881dd commit 1e6b535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/interop/test_interop.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,4 +773,4 @@ def test_misaligned_nested_arrow_19097() -> None:
a = a.slice(1, 2) # by slicing we offset=1 the values
a = a.replace(2, None) # then we add a validity mask with offset=0
a = a.reshape((2, 1)) # then we make it nested
assert_series_equal(pl.Series('a', a.to_arrow()), a)
assert_series_equal(pl.Series("a", a.to_arrow()), a)

0 comments on commit 1e6b535

Please sign in to comment.