style: Add blank line before main function call

This commit is contained in:
Paul Gauthier (aider) 2024-08-29 09:13:15 -07:00
parent cc772d5074
commit 945eb04010

View file

@ -91,5 +91,6 @@ def main():
report_github_issue(issue_text, title)
if __name__ == "__main__":
main()