chore: pylint

This commit is contained in:
FangYin Cheng 2023-09-28 12:52:25 +08:00
parent 5b9a0fa7c0
commit 202a0cec0a

View File

@ -18,7 +18,9 @@ logger = logging.getLogger("dbgpt_cli")
default=API_ADDRESS,
required=False,
show_default=True,
help=("Address of the Api server(If not set, try to read from environment variable: API_ADDRESS)."),
help=(
"Address of the Api server(If not set, try to read from environment variable: API_ADDRESS)."
),
)
def knowledge_cli_group(address: str):
"""Knowledge command line tool"""