diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-05-08 09:20:04 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2020-05-08 09:20:04 +0100 |
commit | 5d6763496f6214c4a3240d3894328adf0e4cbebc (patch) | |
tree | ca3d3cd8ad4d9f2baf2adc1b9ccbc6cd4716bafb /numpy/lib/_iotools.py | |
parent | 3c782b9156a9d2d7159accc6bb9d8e6f4d0108b5 (diff) | |
download | numpy-5d6763496f6214c4a3240d3894328adf0e4cbebc.tar.gz |
MAINT: remove unused private members
Diffstat (limited to 'numpy/lib/_iotools.py')
-rw-r--r-- | numpy/lib/_iotools.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/lib/_iotools.py b/numpy/lib/_iotools.py index 428e9c422..8c6a3b8b2 100644 --- a/numpy/lib/_iotools.py +++ b/numpy/lib/_iotools.py @@ -514,8 +514,6 @@ class StringConverter: (nx.floating, float, nx.nan), (nx.complexfloating, complex, nx.nan + 0j),]) - (_defaulttype, _defaultfunc, _defaultfill) = zip(*_mapper) - @classmethod def _getdtype(cls, val): """Returns the dtype of the input variable.""" |