summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/tests/test_to_digest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/handlers/tests/test_to_digest.py')
-rw-r--r--src/mailman/handlers/tests/test_to_digest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mailman/handlers/tests/test_to_digest.py b/src/mailman/handlers/tests/test_to_digest.py
index 42a5cd65c..3ce12921e 100644
--- a/src/mailman/handlers/tests/test_to_digest.py
+++ b/src/mailman/handlers/tests/test_to_digest.py
@@ -17,11 +17,6 @@
"""Test the to_digest handler."""
-__all__ = [
- 'TestToDigest',
- ]
-
-
import os
import unittest
@@ -31,7 +26,6 @@ from mailman.testing.helpers import specialized_message_from_string as mfs
from mailman.testing.layers import ConfigLayer
-
class TestToDigest(unittest.TestCase):
"""Test the to_digest handler."""