From 3d9d5381f2d8617fd7dc5de5f168dd56e8a08389 Mon Sep 17 00:00:00 2001 From: "zhengjie.xu" Date: Fri, 19 Jan 2024 16:50:54 +0800 Subject: [PATCH] ignore isort --- chat/web_demo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chat/web_demo.py b/chat/web_demo.py index c7aae92..702fe53 100644 --- a/chat/web_demo.py +++ b/chat/web_demo.py @@ -9,6 +9,7 @@ Please run with the command `streamlit run path/to/web_demo.py --server.address= Using `python path/to/web_demo.py` may cause unknown problems. """ +# isort: skip_file import copy import warnings from dataclasses import asdict, dataclass