mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
style: Fix linter formatting in main.py
This commit is contained in:
parent
cfba315a85
commit
05b350ac4b
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
show = True
|
||||
elif args.show_release_notes is None:
|
||||
show = is_first_run and io.confirm_ask("Would you like to see what's new in this version?")
|
||||
else: # args.show_release_notes is False
|
||||
else: # args.show_release_notes is False
|
||||
show = False
|
||||
|
||||
if show:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue