mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
Drop Python 2 (3/n): objects
This commit is contained in:
parent
78df10fb55
commit
7888377743
8 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue