diff --git a/autogpt_platform/backend/backend/blocks/code_executor.py b/autogpt_platform/backend/backend/blocks/code_executor.py index 38f06169d4..e39b760895 100644 --- a/autogpt_platform/backend/backend/blocks/code_executor.py +++ b/autogpt_platform/backend/backend/blocks/code_executor.py @@ -280,7 +280,6 @@ class ExecuteCodeBlock(Block, BaseE2BExecutorMixin): "Files written to /output directory during execution. " "Each file has path, name, content, and workspace_ref (if stored)." ), - default=[], ) def __init__(self):