style: apply linter suggestions and fix formatting

This commit is contained in:
Paul Gauthier (aider) 2024-08-29 07:31:06 -07:00
parent 41d3d18f8c
commit 31e5e327b0

View file

@ -1,6 +1,7 @@
import sys import sys
import urllib.parse import urllib.parse
import webbrowser import webbrowser
from aider import __version__ from aider import __version__
@ -35,7 +36,6 @@ def report_github_issue(issue_text, title=None):
print(issue_url) print(issue_url)
if __name__ == "__main__": if __name__ == "__main__":
title = None title = None
if len(sys.argv) > 2: if len(sys.argv) > 2: