summaryrefslogtreecommitdiff
path: root/numpy/lib/_iotools.py
diff options
context:
space:
mode:
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."""