Skip to content

Commit 132dd07

Browse files
committed
format
1 parent 52d6644 commit 132dd07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/stack_pr/cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -955,9 +955,7 @@ def command_submit(
955955
return
956956

957957
if (draft_bitmask is not None) and (len(draft_bitmask) != len(st)):
958-
log(
959-
h("Draft bitmask passed to 'submit' doesn't match number of PRs!")
960-
)
958+
log(h("Draft bitmask passed to 'submit' doesn't match number of PRs!"))
961959
return
962960

963961
# Create local branches and initialize base and head fields in the stack

0 commit comments

Comments
 (0)