diff options
author | mattip <matti.picus@gmail.com> | 2018-09-26 22:58:58 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-09-26 22:58:58 +0300 |
commit | 46083ffa0e8e6ee3985db4e37a1498d73e6e719b (patch) | |
tree | e7b04537db7849fd6f875620c1209ab21c7088bc /numpy/f2py/tests/test_array_from_pyobj.py | |
parent | 6feb18ce79bacdac09945cf2ca0ddf85f8294298 (diff) | |
download | numpy-46083ffa0e8e6ee3985db4e37a1498d73e6e719b.tar.gz |
MAINT: remove duplicate imports
Diffstat (limited to 'numpy/f2py/tests/test_array_from_pyobj.py')
-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 ) |