mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Fix whitespace in issues.py script
This commit is contained in:
parent
2dd83e7dbe
commit
54b9c46b96
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ def find_unlabeled_with_paul_comments(issues):
|
||||||
# Skip pull requests
|
# Skip pull requests
|
||||||
if "pull_request" in issue:
|
if "pull_request" in issue:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if not issue["labels"] and issue["state"] == "open":
|
if not issue["labels"] and issue["state"] == "open":
|
||||||
# Get comments for this issue
|
# Get comments for this issue
|
||||||
comments_url = (
|
comments_url = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue