[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-04-06 19:42:48 +00:00 committed by Roland Tannous
commit a2aba7a2be
2 changed files with 3 additions and 6 deletions

View file

@ -266,9 +266,7 @@ def _get_config_json(model_name: str) -> dict | None:
_config_json_cache[model_name] = cfg
return cfg
except Exception as exc:
logger.debug(
"Could not fetch config.json for '%s': %s", model_name, exc
)
logger.debug("Could not fetch config.json for '%s': %s", model_name, exc)
_config_json_cache[model_name] = None
return None