diff options
Diffstat (limited to 'numpy/lib/arrayterator.py')
-rw-r--r-- | numpy/lib/arrayterator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/arrayterator.py b/numpy/lib/arrayterator.py index 2df05e514..6f6953a22 100644 --- a/numpy/lib/arrayterator.py +++ b/numpy/lib/arrayterator.py @@ -7,7 +7,6 @@ an array object, and when iterated it will return sub-arrays with at most a user-specified number of elements. """ - from __future__ import division from operator import mul |