Skip to content

Commit c86be01

Browse files
d-v-bmaxrjones
andauthored
Update src/zarr/abc/numcodec.py
Co-authored-by: Max Jones <[email protected]>
1 parent 76f666c commit c86be01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zarr/abc/numcodec.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ def get_config(self) -> Any: ...
1818

1919
@classmethod
2020
def from_config(cls, config: Any) -> Self: ...
21+
"""
22+
Instantiate codec from a configuration object.
23+
"""
2124

2225

2326
def _is_numcodec_cls(obj: object) -> TypeGuard[type[Numcodec]]:

0 commit comments

Comments
 (0)