pep8 fixes for subiquitycore/ui/buttons.py

This commit is contained in:
Ryan Harper 2018-05-24 13:06:19 -05:00
parent 080ac4c245
commit 4c1b6e6fc9
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ def _stylized_button(left, right, style):
def action_button(style):
return _stylized_button('[', ']', style)
menu_btn = _stylized_button("", ">", "menu")
forward_btn = _stylized_button("", ">", "done")
done_btn = action_button("done")