summaryrefslogtreecommitdiff
path: root/alot/widgets/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/search.py')
-rw-r--r--alot/widgets/search.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/alot/widgets/search.py b/alot/widgets/search.py
index a921146a..12cf84e8 100644
--- a/alot/widgets/search.py
+++ b/alot/widgets/search.py
@@ -4,13 +4,14 @@
"""
Widgets specific to search mode
"""
+
import urwid
-from ..settings.const import settings
-from ..helper import shorten_author_string
-from .utils import AttrFlipWidget
-from .globals import TagWidget
+from .utils import AttrFlipWidget
+from .globals import TagWidget
+from ..helper import shorten_author_string
+from ..settings.const import settings
class ThreadlineWidget(urwid.WidgetPlaceholder):
"""