From bf9731e9376043f787dc71de42bcbd555726c851 Mon Sep 17 00:00:00 2001 From: kainstan Date: Tue, 6 Jun 2023 08:07:50 +0800 Subject: [PATCH] Fix the issue of PEP 8: E401 multiple imports on one line --- crazy_functions/读文章写摘要.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crazy_functions/读文章写摘要.py b/crazy_functions/读文章写摘要.py index bc3beba..d9ceb72 100644 --- a/crazy_functions/读文章写摘要.py +++ b/crazy_functions/读文章写摘要.py @@ -51,7 +51,8 @@ def 读文章写摘要(txt, llm_kwargs, plugin_kwargs, chatbot, system_prompt, w # history = [] # 清空历史,以免输入溢出 if history is None: history = [] # 清空历史,以免输入溢出 - import glob, os + import glob + import os if os.path.exists(txt): project_folder = txt else: