mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: format code with linter
This commit is contained in:
parent
9b7976a07e
commit
a576134861
1 changed files with 1 additions and 8 deletions
|
@ -33,7 +33,6 @@ def get_git_info():
|
||||||
return "Git information unavailable"
|
return "Git information unavailable"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def report_github_issue(issue_text, title=None):
|
def report_github_issue(issue_text, title=None):
|
||||||
"""
|
"""
|
||||||
Compose a URL to open a new GitHub issue with the given text prefilled,
|
Compose a URL to open a new GitHub issue with the given text prefilled,
|
||||||
|
@ -51,13 +50,7 @@ def report_github_issue(issue_text, title=None):
|
||||||
git_info = get_git_info() + "\n"
|
git_info = get_git_info() + "\n"
|
||||||
|
|
||||||
system_info = (
|
system_info = (
|
||||||
version_info
|
version_info + python_version + platform_info + python_info + os_info + git_info + "\n"
|
||||||
+ python_version
|
|
||||||
+ platform_info
|
|
||||||
+ python_info
|
|
||||||
+ os_info
|
|
||||||
+ git_info
|
|
||||||
+ "\n"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
issue_text = system_info + issue_text
|
issue_text = system_info + issue_text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue