summaryrefslogtreecommitdiff
path: root/numpy/lib/arrayterator.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-07-30 16:48:11 -0600
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-07-31 21:21:13 +0200
commitdec6658cdc10a23ad0e733fb52a814306033d88c (patch)
treedfa2a5d879f9ec10f75287a045070729cf415432 /numpy/lib/arrayterator.py
parent0b5a6645ee110a8d4c6b5defd8c01791ee48bda1 (diff)
downloadnumpy-dec6658cdc10a23ad0e733fb52a814306033d88c.tar.gz
MAINT: Fixes for problems in numpy/lib revealed by pyflakes.
Some of those problems look like potential coding errors. In those cases a Fixme comment was made and the offending code, usually an unused variable, was commented out.
Diffstat (limited to 'numpy/lib/arrayterator.py')
-rw-r--r--numpy/lib/arrayterator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/arrayterator.py b/numpy/lib/arrayterator.py
index c2cde574e..8ac720ccd 100644
--- a/numpy/lib/arrayterator.py
+++ b/numpy/lib/arrayterator.py
@@ -9,7 +9,6 @@ a user-specified number of elements.
"""
from __future__ import division, absolute_import, print_function
-import sys
from operator import mul
from functools import reduce