mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-12 05:32:32 +00:00
chore: pylint
This commit is contained in:
parent
5b9a0fa7c0
commit
202a0cec0a
@ -18,7 +18,9 @@ logger = logging.getLogger("dbgpt_cli")
|
|||||||
default=API_ADDRESS,
|
default=API_ADDRESS,
|
||||||
required=False,
|
required=False,
|
||||||
show_default=True,
|
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):
|
def knowledge_cli_group(address: str):
|
||||||
"""Knowledge command line tool"""
|
"""Knowledge command line tool"""
|
||||||
|
Loading…
Reference in New Issue
Block a user