From 1ea02116e061bfc018347140ff58ec0fc8b7004d Mon Sep 17 00:00:00 2001 From: Gatefixer <313497061+lancedb-gatefixer[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:04:29 +0000 Subject: [PATCH] style(python): format duplicate offset test --- python/python/tests/test_query.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python/python/tests/test_query.py b/python/python/tests/test_query.py index 1a709a52e..a475e6956 100644 --- a/python/python/tests/test_query.py +++ b/python/python/tests/test_query.py @@ -1892,9 +1892,12 @@ def test_take_queries(tmp_path): ] # Duplicate offsets are occurrences, not set members. Ordering is unspecified. - assert sorted( - table.take_offsets([5, 2, 5, 17]).to_pandas()["idx"].to_list() - ) == [2, 5, 5, 17] + assert sorted(table.take_offsets([5, 2, 5, 17]).to_pandas()["idx"].to_list()) == [ + 2, + 5, + 5, + 17, + ] # Take by row id assert list(