Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 6, 2024
1 parent 9071045 commit 2e31b6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ontobot_change_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ 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 2e31b6f

Please sign in to comment.