Skip to content

Commit 67004aa

Browse files
authored
Merge branch 'main' into release-checklist
2 parents 1553386 + a07c660 commit 67004aa

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)