style: Format long line in setup_git_home function

This commit is contained in:
Paul Gauthier (aider) 2024-08-28 10:37:21 -07:00
parent 048c468f27
commit 32377a93ae

View file

@ -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():