Skip to content

Commit dba39f5

Browse files
d-v-bmaxrjones
andauthored
Update src/zarr/abc/numcodec.py
Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
1 parent c86be01 commit dba39f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/zarr/abc/numcodec.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
class Numcodec(Protocol):
77
"""
88
A protocol that models the ``numcodecs.abc.Codec`` interface.
9+
10+
This protocol should be considered experimental; expect the typing for `buf`, and `out` to become stricter.
911
"""
1012

1113
codec_id: str

0 commit comments

Comments
 (0)