From 46083ffa0e8e6ee3985db4e37a1498d73e6e719b Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 26 Sep 2018 22:58:58 +0300 Subject: MAINT: remove duplicate imports --- numpy/f2py/tests/test_array_from_pyobj.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/f2py/tests/test_array_from_pyobj.py') 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 ) -- cgit v1.2.1