Skip to content

Commit

Permalink
chore: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Sep 28, 2023
1 parent 5b9a0fa commit 202a0ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pilot/server/knowledge/_cli/knowledge_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
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"""
Expand Down

0 comments on commit 202a0ce

Please sign in to comment.