mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fixing lint
This commit is contained in:
parent
439472f800
commit
0c98efe045
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ async def public_model_hub():
|
|||
health_checks_map[key] = health_check_dict
|
||||
if check.model_name:
|
||||
health_checks_map[check.model_name] = health_check_dict
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
for model_group in model_groups:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue