diff options
Diffstat (limited to 'tests/unit/test_preferences.py')
-rw-r--r-- | tests/unit/test_preferences.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_preferences.py b/tests/unit/test_preferences.py index 9117ddba0..32f50c60b 100644 --- a/tests/unit/test_preferences.py +++ b/tests/unit/test_preferences.py @@ -3,7 +3,7 @@ from searx.preferences import (EnumStringSetting, MapSetting, MissingArgumentExc from searx.testing import SearxTestCase -class PluginStub(object): +class PluginStub: def __init__(self, id, default_on): self.id = id |