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 f4e0d3c commit e133d0bCopy full SHA for e133d0b
numcodecs/checksum32.py
@@ -88,7 +88,7 @@ def checksum(self, buf):
88
from crc32c import crc32c as crc32c_
89
90
return crc32c_(buf)
91
- except ImportError:
+ except ImportError: # pragma: no cover
92
raise ImportError("crc32c must be installed to use the CRC32C checksum codec.")
93
94
location = 'end'
0 commit comments