summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/app/tests/test_bounces.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/app/tests/test_bounces.py b/src/mailman/app/tests/test_bounces.py
index 76cabf329..4be272c34 100644
--- a/src/mailman/app/tests/test_bounces.py
+++ b/src/mailman/app/tests/test_bounces.py
@@ -536,5 +536,3 @@ Subject: Ignore
items = get_queue_messages('virgin')
# Nothing in the virgin queue means nothing's been bounced.
self.assertEqual(items, [])
-
-