mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
(fix) linting fix for wandb logger
This commit is contained in:
parent
46cd3cb7a4
commit
da3625e2f3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ try:
|
||||||
V = TypeVar("V")
|
V = TypeVar("V")
|
||||||
|
|
||||||
|
|
||||||
class OpenAIResponse(Protocol[K, V]):
|
class OpenAIResponse(Protocol[K, V]): # type: ignore
|
||||||
# contains a (known) object attribute
|
# contains a (known) object attribute
|
||||||
object: Literal["chat.completion", "edit", "text_completion"]
|
object: Literal["chat.completion", "edit", "text_completion"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue