Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 6, 2024
1 parent 2e31b6f commit ba9cda6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ontobot_change_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,10 @@ def main(verbose: int, quiet: bool):
"--rag-docs",
multiple=True,
default=[],
help=f"Paths to the docs directories, URLs, or lowercased ontology names.",
help="Paths to the docs directories, URLs, or lowercased ontology names.",
)


@main.command()
@repo_option
@state_option
Expand Down Expand Up @@ -300,7 +302,8 @@ def process_issue(
click.echo(f"{issue[TITLE]} does not need ontobot's attention.")
else:
click.echo(
f"""{issue[TITLE]} does not need ontobot's attention unless `--use-llm` flag is True."""
f"{issue[TITLE]} does not need ontobot's"
" attention unless `--use-llm` flag is True."
)

new_output = output if output else input
Expand Down

0 comments on commit ba9cda6

Please sign in to comment.