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