Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Jun 12, 2024
1 parent 636624b commit 8ba9da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numcodecs/zarr3.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def parse_codec_configuration(
raise ValueError(
f"Expected name to start with '{expected_name_prefix}'. Got {parsed_name} instead."
)
id = parsed_name[len(expected_name_prefix) :]
id = parsed_name[len(expected_name_prefix):]
return {"id": id, **parsed_configuration}


Expand Down

0 comments on commit 8ba9da7

Please sign in to comment.