fix: close docstring in _expand_model_aliases

This commit is contained in:
Chesars 2026-03-10 23:08:06 -03:00
parent 8b385120b9
commit 4eead432a6

View file

@ -193,6 +193,7 @@ def _expand_model_aliases(model_cost: dict) -> dict:
If an alias collides with an existing canonical entry the alias is
skipped and a warning is logged.
"""
aliases_to_add: Dict[str, dict] = {}
keys_with_aliases: List[str] = []