Skip to content

Commit

Permalink
pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Apr 8, 2024
1 parent 18e0930 commit daae50c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/zarr/v3/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __init__(
concurrency: Optional[int] = None,
asyncio_loop: Optional[AbstractEventLoop] = None,
):

order_parsed = parse_indexing_order(order)
concurrency_parsed = parse_concurrency(concurrency)
asyncio_loop_parsed = parse_asyncio_loop(asyncio_loop)
Expand Down
1 change: 1 addition & 0 deletions tests/v3/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from zarr.v3.metadata import parse_dimension_names, parse_zarr_format_v2, parse_zarr_format_v3


# todo: test
def test_datatype_enum():
...
Expand Down

0 comments on commit daae50c

Please sign in to comment.