From dec6658cdc10a23ad0e733fb52a814306033d88c Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 30 Jul 2014 16:48:11 -0600 Subject: 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. --- numpy/lib/nanfunctions.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/lib/nanfunctions.py') diff --git a/numpy/lib/nanfunctions.py b/numpy/lib/nanfunctions.py index 7120760b5..f5ac35e54 100644 --- a/numpy/lib/nanfunctions.py +++ b/numpy/lib/nanfunctions.py @@ -17,9 +17,7 @@ Functions from __future__ import division, absolute_import, print_function import warnings -import operator import numpy as np -from numpy.core.fromnumeric import partition from numpy.lib.function_base import _ureduce as _ureduce __all__ = [ -- cgit v1.2.1