style: fix linting issues and add newline

This commit is contained in:
Paul Gauthier (aider) 2024-10-04 12:50:38 -07:00
parent bfba7e8e73
commit cde45d9fdf

View file

@ -327,6 +327,7 @@ def sanity_check_repo(repo, io):
io.tool_output("You may be able to convert your repo: git update-index --index-version=2")
io.tool_output("Or run aider --no-git to proceed without using git.")
from aider import urls
io.tool_output(urls.git_index_version)
return False