Skip to content

Commit 4c9422f

Browse files
committed
removed dependence on functools.reduce
1 parent 739c570 commit 4c9422f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

nibabel/eulerangles.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
'''
8585

8686
import math
87-
from functools import reduce
8887

8988
import numpy as np
9089

nibabel/externals/netcdf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153

154154

155155
from operator import mul
156-
from functools import reduce
157156
from mmap import mmap, ACCESS_READ
158157

159158
import numpy as np

0 commit comments

Comments
 (0)