summaryrefslogtreecommitdiff
path: root/tests/mytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mytest.py')
-rw-r--r--tests/mytest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/mytest.py b/tests/mytest.py
index 1c3fdd6..a5f40d3 100644
--- a/tests/mytest.py
+++ b/tests/mytest.py
@@ -5,5 +5,3 @@ from logutils.testing import TestHandler, Matcher
class MyTestHandler(TestHandler):
def __init__(self):
TestHandler.__init__(self, Matcher())
-
-