Skip to content

Commit 976eb6c

Browse files
committed
remove comment
1 parent 92b3360 commit 976eb6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/utils/pr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def create_update_pr(commit_message: str, branch_prefix: str, title: str, body:
4343
ident()
4444
print(f"Creating/updating PR in {repo.full_name} on branch {base_branch} with prefix {branch_prefix}")
4545

46-
# get all prs and see if there is one whose branch starts with the branch_prefix
4746
prs = repo.get_pulls(state="open", sort="created", base=base_branch)
4847
pull_request: None | PullRequest = None
4948
for pr in prs:

0 commit comments

Comments
 (0)