We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f4e02 commit 1965394Copy full SHA for 1965394
numcodecs/checksum32.py
@@ -15,6 +15,8 @@
15
16
crc32c_checksum: Callable[[Buffer, int], int] | None
17
18
+warnings.filterwarnings('once', message='crc32c usage is deprecated.*', category=DeprecationWarning)
19
+
20
if importlib.util.find_spec("google_crc32c") is not None:
21
import google_crc32c
22
0 commit comments