aboutsummaryrefslogtreecommitdiffstats
path: root/testing/blacklist.py
diff options
Diffstat (limited to 'testing/blacklist.py')
-rw-r--r--testing/blacklist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/blacklist.py b/testing/blacklist.py
index 513b511c5..68a00e8f3 100644
--- a/testing/blacklist.py
+++ b/testing/blacklist.py
@@ -16,7 +16,7 @@ from .buildlog import builds
from .helper import decorate
-class BlackList(object):
+class BlackList:
def __init__(self, blname):
if not blname:
f = StringIO()