Skip to content

Commit a82e519

Browse files
committed
fix formatting
1 parent 13f39c0 commit a82e519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/code_utils/github_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from codeflash.api.cfapi import is_github_app_installed_on_repo
66
from codeflash.cli_cmds.cli_common import apologize_and_exit
7-
from codeflash.cli_cmds.console import logger, paneled_text
7+
from codeflash.cli_cmds.console import paneled_text
88
from codeflash.code_utils.compat import LF
99
from codeflash.code_utils.git_utils import get_repo_owner_and_name
1010

@@ -24,7 +24,7 @@ def require_github_app_or_exit(owner: str, repo: str) -> None:
2424
message = (
2525
f"It looks like the Codeflash GitHub App is not installed on the repository {owner}/{repo} "
2626
f"or the GitHub account linked to your CODEFLASH_API_KEY does not have access to the repository {owner}/{repo}.{LF}{LF}"
27-
"To continue, install the Codeflash GitHub App on your repository:"\
27+
"To continue, install the Codeflash GitHub App on your repository:"
2828
f"{LF}https://github.com/apps/codeflash-ai/installations/select_target{LF}{LF}"
2929
"Tip: If you want to find optimizations without opening PRs, run Codeflash with the --no-pr flag."
3030
)

0 commit comments

Comments
 (0)