From b2be87bdfaf46b5da476ff8918f86e2168a882ab Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Mon, 29 Apr 2024 16:32:03 -0700 Subject: [PATCH] fix newline --- vision_agent/agent/execution.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vision_agent/agent/execution.py b/vision_agent/agent/execution.py index 1c61e075..b1a778a3 100644 --- a/vision_agent/agent/execution.py +++ b/vision_agent/agent/execution.py @@ -1,6 +1,4 @@ -"""This code is based off of code from CodeGeeX https://github.com/THUDM/CodeGeeX - -""" +"""This code is based off of code from CodeGeeX https://github.com/THUDM/CodeGeeX""" import contextlib import faulthandler