summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramitt0012016-10-28 01:07:55 +0530
committerBarry Warsaw2016-10-30 18:11:34 -0400
commit7c0cbd970cca597a00ebe31687a36bccfb25445d (patch)
tree7a4035ad32df5bb0e9b5ac9df06ab43a0db4afbe
parent61347daf381156ddd63b3983b105c2412c22f998 (diff)
downloadmailman-7c0cbd970cca597a00ebe31687a36bccfb25445d.tar.gz
mailman-7c0cbd970cca597a00ebe31687a36bccfb25445d.tar.zst
mailman-7c0cbd970cca597a00ebe31687a36bccfb25445d.zip
-rw-r--r--src/mailman/rest/wsgiapp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/rest/wsgiapp.py b/src/mailman/rest/wsgiapp.py
index 4e05069b4..fe1a9fd63 100644
--- a/src/mailman/rest/wsgiapp.py
+++ b/src/mailman/rest/wsgiapp.py
@@ -96,7 +96,6 @@ content-type: %(content_type)s\n
super().send_error(code, message, explain)
-
class Middleware:
"""Falcon middleware object for Mailman's REST API.