Skip to content

Commit 1292f32

Browse files
authored
Update pending_user_response.py to fix lintrunner
1 parent dc11a0e commit 1292f32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pending_user_response.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def main():
2424
repo = g.get_repo(REPO_NAME)
2525

2626
print("[VALIDATION] Would connect to Github and fetch repo:", REPO_NAME)
27-
2827
issues = repo.get_issues(state="open", labels=[LABEL])
2928
print(f"[VALIDATION] Would fetch open issues with label '{LABEL}'.")
3029

0 commit comments

Comments
 (0)