Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrl committed Oct 31, 2024
1 parent 54590da commit 8a02d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/generators/openai_dalle.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DALLEImageGenerator:
```
"""

def __init__(
def __init__( # pylint: disable=too-many-positional-arguments
self,
model: str = "dall-e-3",
quality: Literal["standard", "hd"] = "standard",
Expand Down

0 comments on commit 8a02d3e

Please sign in to comment.