diff options
Diffstat (limited to 'tests/check_framework/test_templates.py')
| -rw-r--r-- | tests/check_framework/test_templates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_framework/test_templates.py b/tests/check_framework/test_templates.py index 918e0fcbdf..494dab0192 100644 --- a/tests/check_framework/test_templates.py +++ b/tests/check_framework/test_templates.py @@ -59,7 +59,7 @@ class CheckTemplateStringIfInvalidTest(SimpleTestCase): @classmethod def setUpClass(cls): - super(CheckTemplateStringIfInvalidTest, cls).setUpClass() + super().setUpClass() cls.error1 = copy(E002) cls.error2 = copy(E002) string_if_invalid1 = cls.TEMPLATES_STRING_IF_INVALID[0]['OPTIONS']['string_if_invalid'] |
