Skip to content

Commit d828ac7

Browse files
committed
remove whitespace removal
1 parent 83799df commit d828ac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zarr/api/asynchronous.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ async def open(
363363
except (AssertionError, FileNotFoundError, NodeTypeValidationError):
364364
pass
365365
return await open_group(store=store_path, zarr_format=zarr_format, mode=mode, **kwargs)
366+
366367
try:
367368
return await open_array(store=store_path, zarr_format=zarr_format, mode=mode, **kwargs)
368369
except (KeyError, NodeTypeValidationError):

0 commit comments

Comments
 (0)