pep8 fixes for console_conf/ui/views/identity.py

This commit is contained in:
Ryan Harper 2018-05-24 14:12:30 -05:00
parent b1d9581b9a
commit 103fc1edda
1 changed files with 4 additions and 1 deletions

View File

@ -63,7 +63,10 @@ class IdentityView(BaseView):
ListBox([ ListBox([
self._build_model_inputs(), self._build_model_inputs(),
Padding.line_break(""), Padding.line_break(""),
Padding.center_79(Color.info_minor(Text("If you do not have an account, visit https://login.ubuntu.com to create one."))), Padding.center_79(
Color.info_minor(
Text("If you do not have an account, visit "
"https://login.ubuntu.com to create one."))),
Padding.line_break(""), Padding.line_break(""),
Padding.center_90(Color.info_error(self.error)), Padding.center_90(Color.info_error(self.error)),
Padding.center_90(self.progress), Padding.center_90(self.progress),