From c4f99aac5e691f147023f58dc196526cffb2b718 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 25 Mar 2016 18:10:02 -0400 Subject: Clean up the styles directory. --- src/mailman/styles/tests/test_styles.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mailman/styles/tests/test_styles.py') diff --git a/src/mailman/styles/tests/test_styles.py b/src/mailman/styles/tests/test_styles.py index a54b779b2..657433aee 100644 --- a/src/mailman/styles/tests/test_styles.py +++ b/src/mailman/styles/tests/test_styles.py @@ -17,11 +17,6 @@ """Test styles.""" -__all__ = [ - 'TestStyle', - ] - - import unittest from mailman.interfaces.styles import ( @@ -32,7 +27,6 @@ from zope.interface import implementer from zope.interface.exceptions import DoesNotImplement - @implementer(IStyle) class DummyStyle: @@ -46,7 +40,6 @@ class DummyStyle: styles.append(self) - class TestStyle(unittest.TestCase): """Test styles.""" -- cgit v1.2.3-70-g09d2