diff options
| author | Eric Wieser <wieser.eric@gmail.com> | 2018-09-26 23:02:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-26 23:02:37 -0700 |
| commit | 1109ad0187ed684a8516fe0a595a851a3d7ce305 (patch) | |
| tree | dad79a02a524d65f600b106bdeb43fb3d15fee42 /numpy/f2py | |
| parent | d382a5462ebd27af90d6eae74e7b9e2136febd41 (diff) | |
| parent | 46083ffa0e8e6ee3985db4e37a1498d73e6e719b (diff) | |
| download | numpy-1109ad0187ed684a8516fe0a595a851a3d7ce305.tar.gz | |
Merge pull request #12041 from mattip/flake8-cleanups2
MAINT: remove duplicate imports
Diffstat (limited to 'numpy/f2py')
| -rw-r--r-- | numpy/f2py/tests/test_array_from_pyobj.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/f2py/tests/test_array_from_pyobj.py b/numpy/f2py/tests/test_array_from_pyobj.py index 6b244611c..a80090185 100644 --- a/numpy/f2py/tests/test_array_from_pyobj.py +++ b/numpy/f2py/tests/test_array_from_pyobj.py @@ -5,8 +5,6 @@ import sys import copy import pytest -import pytest - from numpy import ( array, alltrue, ndarray, zeros, dtype, intp, clongdouble ) |
