mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Format long line in setup_git_home function
This commit is contained in:
parent
048c468f27
commit
32377a93ae
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ def setup_git_home(io):
|
|||
|
||||
while True:
|
||||
choice = io.prompt_ask(
|
||||
"Enter the number of the repository you want to work on, or ENTER for a new project: "
|
||||
"Enter the number of the repository you want to work on, or ENTER for a new"
|
||||
" project: "
|
||||
)
|
||||
|
||||
if not choice.strip():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue