style(python): format duplicate offset test

This commit is contained in:
Gatefixer
2026-08-24 18:04:29 +00:00
parent 241d0604d3
commit 1ea02116e0
+6 -3
View File
@@ -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(