mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix lint error
This commit is contained in:
parent
98382bdb93
commit
e39376c54b
2 changed files with 2 additions and 2 deletions
|
|
@ -671,7 +671,7 @@ def image_variation(
|
|||
|
||||
|
||||
@client
|
||||
def image_edit(
|
||||
def image_edit( # noqa: PLR0915
|
||||
image: Union[FileTypes, List[FileTypes]],
|
||||
prompt: str,
|
||||
model: Optional[str] = None,
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class StabilityImageEditConfig(BaseImageEditConfig):
|
|||
|
||||
def get_supported_openai_params(
|
||||
self, model: str
|
||||
) -> list:
|
||||
) -> List[str]:
|
||||
"""
|
||||
Return list of OpenAI params supported by Stability AI.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue