mirror of
https://github.com/searxng/searxng.git
synced 2026-09-12 01:06:04 +00:00
fmt
This commit is contained in:
@@ -117,7 +117,7 @@ def response(resp):
|
||||
|
||||
def init(engine_settings): # pylint: disable=unused-argument
|
||||
global CACHE # pylint: disable=global-statement
|
||||
CACHE = EngineCache(engine_settings["name"]) # type:ignore
|
||||
CACHE = EngineCache(engine_settings["name"]) # type: ignore
|
||||
|
||||
|
||||
def get_client_id() -> str | None:
|
||||
|
||||
Reference in New Issue
Block a user