diff options
| author | amitt001 | 2016-10-28 01:07:55 +0530 |
|---|---|---|
| committer | Barry Warsaw | 2016-10-30 18:11:34 -0400 |
| commit | 7c0cbd970cca597a00ebe31687a36bccfb25445d (patch) | |
| tree | 7a4035ad32df5bb0e9b5ac9df06ab43a0db4afbe | |
| parent | 61347daf381156ddd63b3983b105c2412c22f998 (diff) | |
| download | mailman-7c0cbd970cca597a00ebe31687a36bccfb25445d.tar.gz mailman-7c0cbd970cca597a00ebe31687a36bccfb25445d.tar.zst mailman-7c0cbd970cca597a00ebe31687a36bccfb25445d.zip | |
qa fix
| -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. |
