summaryrefslogtreecommitdiff
path: root/alot/buffers/taglist.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/buffers/taglist.py')
-rw-r--r--alot/buffers/taglist.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/alot/buffers/taglist.py b/alot/buffers/taglist.py
index e8c8df33..fceedd18 100644
--- a/alot/buffers/taglist.py
+++ b/alot/buffers/taglist.py
@@ -1,11 +1,12 @@
# Copyright (C) 2011-2018 Patrick Totzke <patricktotzke@gmail.com>
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
import urwid
-from .buffer import Buffer
-from ..settings.const import settings
-from ..widgets.globals import TagWidget
+from .buffer import Buffer
+from ..settings.const import settings
+from ..widgets.globals import TagWidget
class TagListBuffer(Buffer):