Skip to content

Commit 3588a65

Browse files
committed
remove comment
1 parent 73b32ac commit 3588a65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,6 @@ async def test_no_filters_compressors(store: MemoryStore, dtype: str, empty_valu
10691069
),
10701070
{"name": "transpose", "configuration": {"order": [0]}},
10711071
({"name": "transpose", "configuration": {"order": [0]}},),
1072-
# is there a filter with no configuration?
10731072
],
10741073
)
10751074
@pytest.mark.parametrize(("chunks", "shards"), [((6,), None), ((3,), (6,))])

0 commit comments

Comments
 (0)