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/npyio.py | |
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/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index da0b0b114..596fe1334 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -23,7 +23,7 @@ from ._iotools import ( ) from numpy.compat import ( - asbytes, asstr, asunicode, bytes, os_fspath, os_PathLike, + asbytes, asstr, asunicode, os_fspath, os_PathLike, pickle, contextlib_nullcontext ) |