style: apply black formatting

This commit is contained in:
Imgyu Kim 2026-03-21 18:32:59 +09:00
parent 302e33ba92
commit 64eb695422

View file

@ -165,7 +165,7 @@ def get_llm_provider( # noqa: PLR0915
if (
custom_llm_provider == "openrouter"
and model.startswith("openrouter/")
and "/" not in model[len("openrouter/"):]
and "/" not in model[len("openrouter/") :]
):
return model, custom_llm_provider, dynamic_api_key, api_base