Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testing/parser.py')
-rw-r--r--testing/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/parser.py b/testing/parser.py
index cc889021c..abf00ef3f 100644
--- a/testing/parser.py
+++ b/testing/parser.py
@@ -121,7 +121,7 @@ def _parse_tests(test_log):
return result
-class TestParser(object):
+class TestParser:
def __init__(self, test_log):
self._results = _parse_tests(test_log)