diff --git a/console_conf/ui/views/identity.py b/console_conf/ui/views/identity.py index a7bdc959..c89cdbd7 100644 --- a/console_conf/ui/views/identity.py +++ b/console_conf/ui/views/identity.py @@ -63,7 +63,10 @@ class IdentityView(BaseView): ListBox([ self._build_model_inputs(), 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.center_90(Color.info_error(self.error)), Padding.center_90(self.progress),