Skip to content

Commit f75fc16

Browse files
style: pre-commit fixes
1 parent 512bdaa commit f75fc16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/v3/test_indexing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,9 +1782,7 @@ async def test_accessed_chunks(
17821782

17831783
# Combine and generate the cartesian product to determine the chunks keys that
17841784
# will be accessed
1785-
chunks_accessed = [
1786-
".".join(map(str, comb)) for comb in itertools.product(*chunks_per_dim)
1787-
]
1785+
chunks_accessed = [".".join(map(str, comb)) for comb in itertools.product(*chunks_per_dim)]
17881786

17891787
counts_before = store.counter.copy()
17901788

0 commit comments

Comments
 (0)