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 bfc8a7e commit dee4aa9Copy full SHA for dee4aa9
numcodecs/zfpy.py
@@ -11,7 +11,7 @@
11
12
if _zfpy_version:
13
with suppress(ImportError):
14
- import zfpy as _zfpy # type: ignore[no-redef]
+ import zfpy as _zfpy # type: ignore[no-redef]
15
16
if _zfpy:
17
import numpy as np
0 commit comments