Skip to content

Commit 8ba9da7

Browse files
committed
flake
1 parent 636624b commit 8ba9da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/zarr3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def parse_codec_configuration(
3232
raise ValueError(
3333
f"Expected name to start with '{expected_name_prefix}'. Got {parsed_name} instead."
3434
)
35-
id = parsed_name[len(expected_name_prefix) :]
35+
id = parsed_name[len(expected_name_prefix):]
3636
return {"id": id, **parsed_configuration}
3737

3838

0 commit comments

Comments
 (0)