Skip to content

Commit 7bd0103

Browse files
committed
format
1 parent 61c0baa commit 7bd0103

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/utils/git/github-automation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ def run(self) -> bool:
291291

292292

293293
class CheckCommitAccess:
294-
def __init__(
295-
self, token: str, repo: str, pr_number: int, author: str):
294+
def __init__(self, token: str, repo: str, pr_number: int, author: str):
296295
self.repo = github.Github(token).get_repo(repo)
297296
self.pr = self.repo.get_issue(pr_number).as_pull_request()
298297
self.author = author

0 commit comments

Comments
 (0)