Skip to content

Commit 5304a56

Browse files
committed
remove snake_case function
1 parent 775608c commit 5304a56

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

numcodecs/zarr3.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ def _parse_codec_configuration(data: dict[str, JSON]) -> dict[str, JSON]:
7575
return {"id": id, **parsed_configuration}
7676

7777

78-
def snake_case(codec_name: str) -> str:
79-
# TODO the Jenkins codec is a special case because it inserts an _
80-
return codec_name.lower()
81-
82-
8378
@dataclass(frozen=True)
8479
class _NumcodecsCodec(Metadata):
8580
codec_name: str

0 commit comments

Comments
 (0)