From 743e1bb7731b6f3f480579381eabb3027f4a49a8 Mon Sep 17 00:00:00 2001 From: J van Zundert Date: Mon, 28 Nov 2022 22:37:16 +0100 Subject: [PATCH] (chore)python: Fix formatting (#5658) --- py-polars/tests/unit/test_df.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/tests/unit/test_df.py b/py-polars/tests/unit/test_df.py index 8f6c51fa5eac..e8893cbe52d7 100644 --- a/py-polars/tests/unit/test_df.py +++ b/py-polars/tests/unit/test_df.py @@ -1391,7 +1391,7 @@ def test_reproducible_hash_with_seeds() -> None: # in the meantime, try to account for arm64 (mac) hash values to reduce noise expected = pl.Series( "s", - [6629530352159708028,15496313222292466864,6048298245521876612] + [6629530352159708028, 15496313222292466864, 6048298245521876612] if platform.mac_ver()[-1] == "arm64" else [6629530352159708028, 988796329533502010, 6048298245521876612], dtype=pl.UInt64,