summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-09-09 10:21:42 -0500
committerGitHub <noreply@github.com>2017-09-09 10:21:42 -0500
commit66029c73ded90fd8695944253a0ce5d37c80b520 (patch)
treed122b0555bd01bb20a243dda82f420abd2f39921
parent84fdfb3c958bcff8c97aa17ab276ce7388fe7d48 (diff)
downloadnumpy-66029c73ded90fd8695944253a0ce5d37c80b520.tar.gz
:art:
-rw-r--r--numpy/testing/tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/tests/test_utils.py b/numpy/testing/tests/test_utils.py
index 0069da916..af1866033 100644
--- a/numpy/testing/tests/test_utils.py
+++ b/numpy/testing/tests/test_utils.py
@@ -13,7 +13,7 @@ from numpy.testing import (
assert_allclose, assert_approx_equal,
assert_array_almost_equal_nulp, assert_array_max_ulp,
clear_and_catch_warnings, suppress_warnings, run_module_suite,
- assert_string_equal, assert_, tempdir, temppath, dec
+ assert_string_equal, assert_, tempdir, temppath
)
import unittest