From 5d6763496f6214c4a3240d3894328adf0e4cbebc Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Fri, 8 May 2020 09:20:04 +0100 Subject: MAINT: remove unused private members --- numpy/lib/_iotools.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/lib/_iotools.py') 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.""" -- cgit v1.2.1