Skip to content

Commit 1d0d247

Browse files
Fix mypy error
error: Module "zarr" has no attribute "blosc" [attr-defined]
1 parent f5faa74 commit 1d0d247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/compress_normal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import sys
22
import timeit
33

4+
import blosc
45
import line_profiler
56
import numpy as np
67

78
import zarr
8-
from zarr import blosc
99

1010
if __name__ == "__main__":
1111
sys.path.insert(0, "..")

0 commit comments

Comments
 (0)