fix(main.py): fix linting errors

This commit is contained in:
Krrish Dholakia 2023-11-13 14:52:27 -08:00
parent 496dd9297e
commit f20820fd00
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ class LiteLLM:
def __init__(self, *,
api_key=None,
organization: str | None = None,
base_url: str = None,
base_url: str | None = None,
timeout: Union[float, None] = 600,
max_retries: int | None = litellm.num_retries,
default_headers: Mapping[str, str] | None = None,):