Skip to content

Commit 2dc9281

Browse files
committed
pep8
1 parent 9593c43 commit 2dc9281

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
@@ -33,7 +33,7 @@ def parse_codec_configuration(
3333
raise ValueError(
3434
f"Expected name to start with '{expected_name_prefix}'. Got {parsed_name} instead."
3535
)
36-
id = parsed_name[len(expected_name_prefix) :]
36+
id = parsed_name[len(expected_name_prefix):]
3737
return {"id": id, **parsed_configuration}
3838

3939

0 commit comments

Comments
 (0)