We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251ca2a commit 6b855acCopy full SHA for 6b855ac
1 file changed
src/numcodecs/checksum32.py
@@ -3,11 +3,10 @@
3
import struct
4
import warnings
5
import zlib
6
-from collections.abc import Callable
+from collections.abc import Buffer, Callable
7
from typing import Literal
8
9
import numpy as np
10
-from typing_extensions import Buffer
11
12
from .abc import Codec
13
from .compat import ensure_contiguous_ndarray, ndarray_copy
0 commit comments