Skip to content

Commit

Permalink
style:add line at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
RUFFY-369 committed Jan 10, 2025
1 parent 24ea92b commit a76bdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/app/pipelines/image_to_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ def _filter_valid_kwargs(pipeline_class: Type, kwargs: Dict[str, Any]) -> Dict[s
return {k: v for k, v in kwargs.items() if k in valid_kwargs}

def __str__(self) -> str:
return f"ImageToVideoPipeline model_id={self.model_id}"
return f"ImageToVideoPipeline model_id={self.model_id}"

0 comments on commit a76bdbc

Please sign in to comment.