mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Fix formatting in issues.py
This commit is contained in:
parent
b4fdb72a3a
commit
6731815251
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ def main():
|
|||
if issue["number"] != oldest_issue["number"]:
|
||||
comment_and_close_duplicate(issue, oldest_issue)
|
||||
|
||||
if oldest_issue['state'] == 'open':
|
||||
if oldest_issue["state"] == "open":
|
||||
print(f"Oldest issue #{oldest_issue['number']} left open")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue