mirror of
https://github.com/searxng/searxng.git
synced 2026-09-13 01:36:04 +00:00
[mod] py: format
This commit is contained in:
@@ -53,7 +53,7 @@ seconds."""
|
||||
|
||||
def setup(engine_settings: dict[str, t.Any]) -> bool | None:
|
||||
global CACHE # pylint: disable=global-statement
|
||||
CACHE = EngineCache(engine_settings["name"]) # type:ignore
|
||||
CACHE = EngineCache(engine_settings["name"]) # type: ignore
|
||||
|
||||
|
||||
def obtain_token() -> str:
|
||||
|
||||
Reference in New Issue
Block a user