From d16bc108a17786e0bacc174106dfce779361e548 Mon Sep 17 00:00:00 2001 From: Martin Schaaf Date: Tue, 12 Dec 2017 20:17:39 +0100 Subject: * apply CR comments --- alot/widgets/globals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alot/widgets') diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py index 38b16544..1a8688fe 100644 --- a/alot/widgets/globals.py +++ b/alot/widgets/globals.py @@ -44,8 +44,8 @@ class AttachmentWidget(urwid.WidgetWrap): class ChoiceWidget(urwid.Text): - def __init__(self, choices, callback, choices_to_return=None, - cancel=None, select=None, separator=' '): + def __init__(self, choices, callback, cancel=None, select=None, + separator=' ', choices_to_return=None): self.choices = choices self.choices_to_return = choices_to_return or {} self.callback = callback -- cgit v1.2.3