summaryrefslogtreecommitdiff
path: root/alot/buffers/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/buffers/thread.py')
-rw-r--r--alot/buffers/thread.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/alot/buffers/thread.py b/alot/buffers/thread.py
index 30d313af..d342db86 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.py
@@ -6,13 +6,13 @@
import asyncio
import enum
import logging
+
import urwid
-from .buffer import Buffer
-from ..settings.const import settings
-from ..widgets.thread import MessageWidget, ThreadNode
-from .. import commands
-from ..db.errors import NonexistantObjectError
+from .buffer import Buffer
+from ..settings.const import settings
+from ..widgets.thread import MessageWidget, ThreadNode
+from ..db.errors import NonexistantObjectError
class _ThreadBufFocus(enum.Enum):
TREE = enum.auto()