mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix linting
This commit is contained in:
@@ -45,9 +45,7 @@ class ImageToVideoBlock(Block):
|
||||
error: str = SchemaField(
|
||||
description="Error message if video generation failed."
|
||||
)
|
||||
logs: list[str] = SchemaField(
|
||||
description="Generation progress logs."
|
||||
)
|
||||
logs: list[str] = SchemaField(description="Generation progress logs.")
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
|
||||
Reference in New Issue
Block a user