summaryrefslogtreecommitdiff
path: root/numpy/lib/_iotools.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2020-05-08 09:20:04 +0100
committerEric Wieser <wieser.eric@gmail.com>2020-05-08 09:20:04 +0100
commit5d6763496f6214c4a3240d3894328adf0e4cbebc (patch)
treeca3d3cd8ad4d9f2baf2adc1b9ccbc6cd4716bafb /numpy/lib/_iotools.py
parent3c782b9156a9d2d7159accc6bb9d8e6f4d0108b5 (diff)
downloadnumpy-5d6763496f6214c4a3240d3894328adf0e4cbebc.tar.gz
MAINT: remove unused private members
Diffstat (limited to 'numpy/lib/_iotools.py')
-rw-r--r--numpy/lib/_iotools.py2
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."""