summaryrefslogtreecommitdiff
path: root/alot/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/settings.py')
-rw-r--r--alot/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/settings.py b/alot/settings.py
index f40d6938..3987fd8c 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -169,7 +169,6 @@ class HookManager(object):
def get(self, key):
"""return hook (`callable`) identified by `key`"""
- #TODO: return None if undefined instead of raising a keyError
if self.module:
if key in self.module.__dict__:
return self.module.__dict__[key]