From b88a6785b44844b0b4054d9c77aa4a7d7b6bb1ff Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Sun, 30 Sep 2018 20:38:02 +0200 Subject: MAINT: remove redundant imports --- numpy/lib/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/utils.py') diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index 9678bab76..249873654 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -80,7 +80,6 @@ class _Deprecate(object): new_name = self.new_name message = self.message - import warnings if old_name is None: try: old_name = func.__name__ -- cgit v1.2.1