mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 09:05:33 +00:00
fix(main.py): fix linting errors
This commit is contained in:
+1
-1
@@ -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,):
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@ from .exceptions import (
|
||||
APIError,
|
||||
BudgetExceededError
|
||||
)
|
||||
from typing import cast, List, Dict, Union, Optional, Literal, TypedDict, Required
|
||||
from typing import cast, List, Dict, Union, Optional, Literal
|
||||
from .caching import Cache
|
||||
|
||||
####### ENVIRONMENT VARIABLES ####################
|
||||
|
||||
Reference in New Issue
Block a user