diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-11-30 13:24:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 13:24:17 +0100 |
commit | 4539ecd88bd2c8ca7aee0aba254b894f1042a084 (patch) | |
tree | daa2e797136b878103685a9bf6f42cce72b70d00 /numpy/exceptions.py | |
parent | e9e1d039e4a3294b9b63895bb72d8d6c354732c9 (diff) | |
download | numpy-4539ecd88bd2c8ca7aee0aba254b894f1042a084.tar.gz |
Update numpy/exceptions.py
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'numpy/exceptions.py')
-rw-r--r-- | numpy/exceptions.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/exceptions.py b/numpy/exceptions.py index eb5aaeac1..81a2f3c65 100644 --- a/numpy/exceptions.py +++ b/numpy/exceptions.py @@ -62,8 +62,6 @@ class ComplexWarning(RuntimeWarning): """ pass - - @_set_module("numpy") class ModuleDeprecationWarning(DeprecationWarning): """Module deprecation warning. |