Mercurial > libervia-backend
diff libervia/tui/status.py @ 4270:0d7bb4df2343
Reformatted code base using black.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 19 Jun 2024 18:44:57 +0200 |
parents | b620a8e882e1 |
children |
line wrap: on
line diff
--- a/libervia/tui/status.py Tue Jun 18 12:06:45 2024 +0200 +++ b/libervia/tui/status.py Wed Jun 19 18:44:57 2024 +0200 @@ -51,7 +51,9 @@ return options = [commonConst.PRESENCE[presence] for presence in commonConst.PRESENCE] list_widget = sat_widgets.GenericList( - options=options, option_type=sat_widgets.ClickableText, on_click=self.on_change + options=options, + option_type=sat_widgets.ClickableText, + on_click=self.on_change, ) decorated = sat_widgets.LabelLine( list_widget, sat_widgets.SurroundedText(_("Set your presence"))