aboutsummaryrefslogtreecommitdiffstats
path: root/python/werkzeug/contrib/lint.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/werkzeug/contrib/lint.py')
-rw-r--r--python/werkzeug/contrib/lint.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/werkzeug/contrib/lint.py b/python/werkzeug/contrib/lint.py
deleted file mode 100644
index 8bd8b8a..0000000
--- a/python/werkzeug/contrib/lint.py
+++ /dev/null
@@ -1,11 +0,0 @@
-import warnings
-
-from ..middleware.lint import * # noqa: F401, F403
-
-warnings.warn(
- "'werkzeug.contrib.lint' has moved to 'werkzeug.middleware.lint'."
- " This import is deprecated as of version 0.15 and will be removed"
- " in version 1.0.",
- DeprecationWarning,
- stacklevel=2,
-)