diff --git a/metagpt/actions/debug_error.py b/metagpt/actions/debug_error.py index 565826c33..d69a22dba 100644 --- a/metagpt/actions/debug_error.py +++ b/metagpt/actions/debug_error.py @@ -48,4 +48,4 @@ class DebugError(Action): code = CodeParser.parse_code(block="", text=rsp) - return file_name, code \ No newline at end of file + return file_name, code diff --git a/metagpt/actions/run_code.py b/metagpt/actions/run_code.py index 34700eb93..1bc5cc13a 100644 --- a/metagpt/actions/run_code.py +++ b/metagpt/actions/run_code.py @@ -120,4 +120,4 @@ class RunCode(Action): result = context + rsp - return result \ No newline at end of file + return result