Skip to content

Commit def06e4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8ca4dbc commit def06e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cherry_picker/cherry_picker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ def backport(self):
556556
self.set_remaining_backports(self.sorted_branches)
557557
self.process_remaining_backports()
558558

559-
560559
def process_remaining_backports(self):
561560
set_state(WORKFLOW_STATES.BACKPORT_LOOPING)
562561
while self.get_remaining_backports():
@@ -702,7 +701,6 @@ def continue_cherry_pick(self):
702701
)
703702
set_state(WORKFLOW_STATES.CONTINUATION_FAILED)
704703

705-
706704
def check_repo(self):
707705
"""
708706
Check that the repository is for the project we're configured to operate on.

0 commit comments

Comments
 (0)