diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-11 10:40:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-11 10:40:44 -0500 |
commit | ccaccbcb5d6a5fcbbd60366cb59edd022a8d0c21 (patch) | |
tree | 863c53f43d8d60b208bfd555883e8d852407c01e /numpy/core/numeric.py | |
parent | b1187f667a2bb5d7a0c519192440a5116a948180 (diff) | |
parent | 5e3412dfc139b733b136c2c3b508eb7bf7b8ec10 (diff) | |
download | numpy-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.py | 2 |
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, |