Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2024
1 parent 512bdaa commit f75fc16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/v3/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1782,9 +1782,7 @@ async def test_accessed_chunks(

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

counts_before = store.counter.copy()

Expand Down

0 comments on commit f75fc16

Please sign in to comment.