diff options
| -rw-r--r-- | src/mailman/rest/wsgiapp.py | 1 |
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. |
