summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_rest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/tests/test_rest.py')
-rw-r--r--src/mailman/runners/tests/test_rest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/runners/tests/test_rest.py b/src/mailman/runners/tests/test_rest.py
index bbe026ad6..96ca19089 100644
--- a/src/mailman/runners/tests/test_rest.py
+++ b/src/mailman/runners/tests/test_rest.py
@@ -17,9 +17,6 @@
"""Test the REST runner."""
-from __future__ import absolute_import, print_function, unicode_literals
-
-__metaclass__ = type
__all__ = [
'TestRESTRunner',
]