Skip to content

Commit ceba78d

Browse files
committed
flake8
1 parent 95b2573 commit ceba78d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

zarr/n5.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,15 +317,15 @@ def __init__(self, *args, **kwargs):
317317
kwargs.pop('dimension_separator')
318318
warnings.warn('Keyword argument `dimension_separator` will be ignored')
319319
dimension_separator = "/"
320-
320+
321321
if 'meta_keys' in kwargs:
322322
kwargs.pop('meta_keys')
323323
warnings.warn('Keyword argument `meta_keys` will be ignored')
324324
meta_keys = ("attributes.json",)
325-
super().__init__(*args,
326-
dimension_separator=dimension_separator,
327-
meta_keys=meta_keys,
328-
**kwargs)
325+
super().__init__(*args,
326+
dimension_separator=dimension_separator,
327+
meta_keys=meta_keys,
328+
**kwargs)
329329

330330
def _normalize_key(self, key):
331331
if is_chunk_key(key):

0 commit comments

Comments
 (0)