diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-09-03 17:17:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 17:17:36 -0500 |
| commit | aea7ebe9571157edb4ad553b7476061be906de6d (patch) | |
| tree | 712fdcfaf8514d814952ec2eb97ad72eb97db3f0 /numpy/lib/tests | |
| parent | 912790315033d8a2b8d525eb36db410a851ca1f4 (diff) | |
| parent | 8a4fafa5278c2d894cf4efd40a342b33e941e373 (diff) | |
| download | numpy-aea7ebe9571157edb4ad553b7476061be906de6d.tar.gz | |
Merge pull request #17193 from eric-wieser/clean-compat
MAINT: Remove some callers of functions in numpy.compat
Diffstat (limited to 'numpy/lib/tests')
| -rw-r--r-- | numpy/lib/tests/test_io.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py index a23c6b007..38d698df4 100644 --- a/numpy/lib/tests/test_io.py +++ b/numpy/lib/tests/test_io.py @@ -19,7 +19,7 @@ from ctypes import c_bool import numpy as np import numpy.ma as ma from numpy.lib._iotools import ConverterError, ConversionWarning -from numpy.compat import asbytes, bytes +from numpy.compat import asbytes from numpy.ma.testutils import assert_equal from numpy.testing import ( assert_warns, assert_, assert_raises_regex, assert_raises, |
