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 = []