[mod] py: format (#6560)

This commit is contained in:
Ivan Gabaldon
2026-09-12 20:29:15 +02:00
committed by Markus Heiser
parent ab5dd7599e
commit d4ce87c234
85 changed files with 48 additions and 73 deletions

View File

@@ -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: