summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-11-30 13:24:17 +0100
committerGitHub <noreply@github.com>2022-11-30 13:24:17 +0100
commit4539ecd88bd2c8ca7aee0aba254b894f1042a084 (patch)
treedaa2e797136b878103685a9bf6f42cce72b70d00
parente9e1d039e4a3294b9b63895bb72d8d6c354732c9 (diff)
downloadnumpy-4539ecd88bd2c8ca7aee0aba254b894f1042a084.tar.gz
Update numpy/exceptions.py
Co-authored-by: Matti Picus <matti.picus@gmail.com>
-rw-r--r--numpy/exceptions.py2
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.