mirror of
https://github.com/searxng/searxng.git
synced 2026-09-14 02:06:04 +00:00
[mod] py: format (#6560)
This commit is contained in:
committed by
Markus Heiser
parent
ab5dd7599e
commit
d4ce87c234
@@ -118,7 +118,7 @@ def response(resp):
|
||||
|
||||
def setup(engine_settings: dict[str, t.Any]) -> bool:
|
||||
global CACHE # pylint: disable=global-statement
|
||||
CACHE = EngineCache(engine_settings["name"]) # type:ignore
|
||||
CACHE = EngineCache(engine_settings["name"]) # type: ignore
|
||||
return True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user