From c3bc16d4abb0ac6abae1631f656e13a26d15ad90 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Thu, 6 Apr 2023 10:30:09 +0200 Subject: [PATCH] Update formating_tools.py --- gpt_env/formating_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gpt_env/formating_tools.py b/gpt_env/formating_tools.py index ffe39ad..8007df1 100644 --- a/gpt_env/formating_tools.py +++ b/gpt_env/formating_tools.py @@ -8,6 +8,7 @@ def remove_trailing_newline(s): if s.endswith('\n'): return s[:-1] return s + def isolate_code_bloc(soup): pre_tab = soup.find_all("pre") code_bloc = []