From 31e5e327b03572e5f87ab7b4fd8ba5c36747d6d5 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 29 Aug 2024 07:31:06 -0700 Subject: [PATCH] style: apply linter suggestions and fix formatting --- aider/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/report.py b/aider/report.py index 2829a47f9..c5971853f 100644 --- a/aider/report.py +++ b/aider/report.py @@ -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: