File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55from codeflash .api .cfapi import is_github_app_installed_on_repo
66from 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
88from codeflash .code_utils .compat import LF
99from 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 )
You can’t perform that action at this time.
0 commit comments