Skip to content

Commit e133d0b

Browse files
committed
codecov
1 parent f4e0d3c commit e133d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/checksum32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def checksum(self, buf):
8888
from crc32c import crc32c as crc32c_
8989

9090
return crc32c_(buf)
91-
except ImportError:
91+
except ImportError: # pragma: no cover
9292
raise ImportError("crc32c must be installed to use the CRC32C checksum codec.")
9393

9494
location = 'end'

0 commit comments

Comments
 (0)