mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Apply linter formatting to main.py
This commit is contained in:
parent
90a28e31e8
commit
725b2fc16f
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
show = io.confirm_ask("Would you like to see what's new in this version?")
|
||||
else:
|
||||
show = args.show_release_notes
|
||||
|
||||
|
||||
if show:
|
||||
io.tool_output(f"Opening release notes: {urls.release_notes}")
|
||||
utils.open_url(urls.release_notes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue