Skip to content

Commit 593848d

Browse files
committed
fix lint
1 parent 7cf58d1 commit 593848d

File tree

1 file changed

+0
-1
lines changed
  • autogpt_platform/backend/backend/data

1 file changed

+0
-1
lines changed

autogpt_platform/backend/backend/data/block.py

-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ def execute(self, input_data: BlockInput, **kwargs) -> BlockOutput:
274274
):
275275
if "error" in output_name:
276276
raise ValueError(output_data)
277-
278277
if error := self.output_schema.validate_field(output_name, output_data):
279278
raise ValueError(f"Block produced an invalid output data: {error}")
280279
yield output_name, output_data

0 commit comments

Comments
 (0)