From 1e6b5358309e01bff513c2c88948f20e985b4a1b Mon Sep 17 00:00:00 2001 From: coastalwhite Date: Mon, 7 Oct 2024 07:08:14 +0200 Subject: [PATCH] pyfmt --- py-polars/tests/unit/interop/test_interop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/tests/unit/interop/test_interop.py b/py-polars/tests/unit/interop/test_interop.py index 2b984d783f59..5768787c22c4 100644 --- a/py-polars/tests/unit/interop/test_interop.py +++ b/py-polars/tests/unit/interop/test_interop.py @@ -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)