[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-01-09 00:33:00 +00:00
commit 76d3e469a0

View file

@ -1160,7 +1160,7 @@ def _get_statistics(statistics = None, force_download = True):
elif "google" in file_content:
return "gcp"
return "other"
try:
statistics = try_vllm_check()
except Exception: