summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/__init__.py')
-rw-r--r--alot/commands/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index b374d317..d0a26021 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -102,7 +102,6 @@ def commandfactory(cmdline, mode='global'):
if alot.settings.config.has_option('command-aliases', cmdname):
cmdname = alot.settings.config.get('command-aliases', cmdname)
-
# get class, argparser and forced parameter
(cmdclass, parser, forcedparms) = lookup_command(cmdname, mode)
if cmdclass is None: