summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-09-11 10:40:44 -0500
committerGitHub <noreply@github.com>2018-09-11 10:40:44 -0500
commitccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21 (patch)
tree863c53f43d8d60b208bfd555883e8d852407c01e /numpy/core/numeric.py
parentb1187f667a2bb5d7a0c519192440a5116a948180 (diff)
parent5e3412dfc139b733b136c2c3b508eb7bf7b8ec10 (diff)
downloadnumpy-ccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21.tar.gz
Merge pull request #11909 from mattip/flake8-cleanups
MAINT: flake8 cleanups
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r--numpy/core/numeric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py
index 2e46057ac..fed3c0a9d 100644
--- a/numpy/core/numeric.py
+++ b/numpy/core/numeric.py
@@ -18,7 +18,7 @@ from .multiarray import (
_fastCopyAndTranspose as fastCopyAndTranspose, ALLOW_THREADS,
BUFSIZE, CLIP, MAXDIMS, MAY_SHARE_BOUNDS, MAY_SHARE_EXACT, RAISE,
WRAP, arange, array, broadcast, can_cast, compare_chararrays,
- concatenate, copyto, count_nonzero, dot, dtype, empty,
+ concatenate, copyto, dot, dtype, empty,
empty_like, flatiter, frombuffer, fromfile, fromiter, fromstring,
inner, int_asbuffer, lexsort, matmul, may_share_memory,
min_scalar_type, ndarray, nditer, nested_iters, promote_types,