Skip to content

Commit

Permalink
Flake8 corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed May 4, 2022
1 parent 0cd11c7 commit c1c9255
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions zarr/tests/test_convenience.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,11 @@ def test_tree(zarr_version):
[(False, True), (True, True), (False, False)],
ids=['default-listable', 'with_chunk_store-listable', 'default-unlistable']
)
def test_consolidate_metadata(with_chunk_store, zarr_version, listable, monkeypatch, stores_from_path):

if zarr_version == 2:
MemoryStoreClass = MemoryStore
path = ''
else:
MemoryStoreClass = MemoryStoreV3
path = 'dataset'
def test_consolidate_metadata(with_chunk_store,
zarr_version,
listable,
monkeypatch,
stores_from_path):

# setup initial data
if stores_from_path:
Expand Down

0 comments on commit c1c9255

Please sign in to comment.