diff options
Diffstat (limited to 'tests/unittests/option_tests.py')
-rw-r--r-- | tests/unittests/option_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/option_tests.py b/tests/unittests/option_tests.py index 65b53608..a1fa4807 100644 --- a/tests/unittests/option_tests.py +++ b/tests/unittests/option_tests.py @@ -30,7 +30,7 @@ class MockPlugin(Plugin): ] def __init__(self, commons): - super(MockPlugin, self).__init__(commons=commons) + super().__init__(commons=commons) class GlobalOptionTest(unittest.TestCase): |