mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: apply linter suggestions and fix formatting
This commit is contained in:
parent
41d3d18f8c
commit
31e5e327b0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import sys
|
||||
import urllib.parse
|
||||
import webbrowser
|
||||
|
||||
from aider import __version__
|
||||
|
||||
|
||||
|
@ -35,7 +36,6 @@ def report_github_issue(issue_text, title=None):
|
|||
print(issue_url)
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
title = None
|
||||
if len(sys.argv) > 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue