From 45cef38cda80868355a920b5e94211dcf662ea07 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Thu, 6 Dec 2018 20:05:08 +0100 Subject: MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448) * Review F401,F841,F842 flake8 errors (unused variables, imports) * Review comments * More tests in test_installed_npymath_ini * Review comments --- numpy/matrixlib/tests/test_numeric.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/matrixlib/tests/test_numeric.py') diff --git a/numpy/matrixlib/tests/test_numeric.py b/numpy/matrixlib/tests/test_numeric.py index e9f44e747..95e1c8001 100644 --- a/numpy/matrixlib/tests/test_numeric.py +++ b/numpy/matrixlib/tests/test_numeric.py @@ -1,7 +1,5 @@ from __future__ import division, absolute_import, print_function -import pytest - import numpy as np from numpy.testing import assert_equal -- cgit v1.2.1