diff options
author | Emil Hessman <emil@hessman.se> | 2018-09-30 20:38:02 +0200 |
---|---|---|
committer | Emil Hessman <emil@hessman.se> | 2018-09-30 20:38:02 +0200 |
commit | b88a6785b44844b0b4054d9c77aa4a7d7b6bb1ff (patch) | |
tree | a80bc5e355e7fbebdcb5dd79c2928183bc753da4 /numpy/lib/utils.py | |
parent | 87c1fcd0308ee78e743401bac2b0085249cca1e5 (diff) | |
download | numpy-b88a6785b44844b0b4054d9c77aa4a7d7b6bb1ff.tar.gz |
MAINT: remove redundant imports
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r-- | numpy/lib/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
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__ |