summaryrefslogtreecommitdiff
path: root/alot/commands/taglist.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/taglist.py')
-rw-r--r--alot/commands/taglist.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/alot/commands/taglist.py b/alot/commands/taglist.py
index f5e8af73..1df74d90 100644
--- a/alot/commands/taglist.py
+++ b/alot/commands/taglist.py
@@ -2,8 +2,9 @@
# Copyright © 2018 Dylan Baker
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
-from . import Command, registerCommand
-from .globals import SearchCommand
+
+from . import Command, registerCommand
+from .globals import SearchCommand
MODE = 'taglist'