pep8: Fix E129 violations
This commit is contained in:
parent
dc48a41efe
commit
47488217b1
4 changed files with 9 additions and 9 deletions
|
@ -95,7 +95,7 @@ def send_bot_message(oldrev, newrev, refname):
|
|||
old_head = oldrev[:12]
|
||||
|
||||
if (oldrev == '0000000000000000000000000000000000000000' or
|
||||
newrev == '0000000000000000000000000000000000000000'):
|
||||
newrev == '0000000000000000000000000000000000000000'):
|
||||
# New branch pushed or old branch removed
|
||||
added = ''
|
||||
removed = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue