summaryrefslogtreecommitdiff
path: root/alot/commands/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/common.py')
-rw-r--r--alot/commands/common.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/alot/commands/common.py b/alot/commands/common.py
index 4914933c..6ccc04a4 100644
--- a/alot/commands/common.py
+++ b/alot/commands/common.py
@@ -3,11 +3,9 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
-from . import Command
-
-from .globals import PromptCommand
-
-from ..settings.const import settings
+from . import Command
+from .globals import PromptCommand
+from ..settings.const import settings
class RetagPromptCommand(Command):