mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Remove unnecessary line breaks in comment_url assignment
This commit is contained in:
parent
8065e38797
commit
007305962a
1 changed files with 1 additions and 3 deletions
|
@ -279,9 +279,7 @@ def handle_stale_closing(all_issues, auto_yes):
|
|||
continue
|
||||
|
||||
# Add closing comment
|
||||
comment_url = (
|
||||
f"{GITHUB_API_URL}/repos/{REPO_OWNER}/{REPO_NAME}/issues/{issue['number']}/comments"
|
||||
)
|
||||
comment_url = f"{GITHUB_API_URL}/repos/{REPO_OWNER}/{REPO_NAME}/issues/{issue['number']}/comments"
|
||||
response = requests.post(
|
||||
comment_url, headers=headers, json={"body": CLOSE_STALE_COMMENT}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue