summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-10 14:10:42 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-10 15:17:25 +0100
commit666aab1a3fcd5f33659f67540d23b96fa8fa2f98 (patch)
treed6a047e2c0b34b45e3075d022012157a500d805f /alot/widgets
parent752860cf24fc22208d7e9138d0a13ea5d616b4ca (diff)
Cosmetics, clean up imports
Diffstat (limited to 'alot/widgets')
-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):
"""