Skip to content

Commit 3b86d9c

Browse files
Unused import (#580)
1 parent 8e306ba commit 3b86d9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numcodecs/compat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# flake8: noqa
22
import functools
3-
import sys
43
import codecs
54
import array
6-
from functools import reduce
75

86
import numpy as np
97

0 commit comments

Comments
 (0)