summaryrefslogtreecommitdiff
path: root/alot/buffers/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/buffers/search.py')
-rw-r--r--alot/buffers/search.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/alot/buffers/search.py b/alot/buffers/search.py
index a17e6db3..3adce6ed 100644
--- a/alot/buffers/search.py
+++ b/alot/buffers/search.py
@@ -7,11 +7,11 @@ from functools import partial
import urwid
-from .buffer import Buffer
+from .buffer import Buffer
from ..db.errors import QueryError
from ..db.sort import NAME as SORT_NAME
-from ..settings.const import settings
-from ..widgets.search import ThreadlineWidget
+from ..settings.const import settings
+from ..widgets.search import ThreadlineWidget
class IterWalker(urwid.ListWalker):
"""