From 13c05aa31f1c403cf351ceeeb7ada8d0b7fcd08a Mon Sep 17 00:00:00 2001 From: brucemeek <113046530+brucemeek@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:57:53 -0500 Subject: [PATCH] final line for both files fixed --- metagpt/actions/debug_error.py | 2 +- metagpt/actions/run_code.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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