ci: make ci happy lint the code, delete unused imports

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2023-05-24 18:42:55 +08:00
parent 562d5a98cc
commit b098a48898
75 changed files with 1110 additions and 824 deletions

View File

@@ -3,10 +3,10 @@
class Agent:
"""Agent class for interacting with DB-GPT
Attributes:
"""Agent class for interacting with DB-GPT
Attributes:
"""
def __init__(self) -> None:
pass
pass