pep8: Fix E129 violations

This commit is contained in:
bulat22101 2016-12-03 17:19:09 +00:00 committed by Tim Abbott
parent dc48a41efe
commit 47488217b1
4 changed files with 9 additions and 9 deletions

View file

@ -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 = ''