summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-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.