mirror of https://github.com/zulip/zulip.git
pep8: Add compliance with rule E261 bitbucket2/view.py.
This commit is contained in:
parent
25bb21238f
commit
90cdebb04a
|
@ -307,7 +307,7 @@ def get_push_tag_body(payload, change):
|
|||
# type: (Dict[str, Any], Dict[str, Any]) -> Text
|
||||
if change.get('created'):
|
||||
tag = change['new']
|
||||
action = 'pushed' # type: Optional[Text]
|
||||
action = 'pushed' # type: Optional[Text]
|
||||
elif change.get('closed'):
|
||||
tag = change['old']
|
||||
action = 'removed'
|
||||
|
|
Loading…
Reference in New Issue