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 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: