Skip to content

Commit dee4aa9

Browse files
committed
precommit
1 parent bfc8a7e commit dee4aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/zfpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
if _zfpy_version:
1313
with suppress(ImportError):
14-
import zfpy as _zfpy # type: ignore[no-redef]
14+
import zfpy as _zfpy # type: ignore[no-redef]
1515

1616
if _zfpy:
1717
import numpy as np

0 commit comments

Comments
 (0)