summaryrefslogtreecommitdiff
path: root/alot/addressbook/abook.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/addressbook/abook.py')
-rw-r--r--alot/addressbook/abook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/addressbook/abook.py b/alot/addressbook/abook.py
index ec706eb3..4110306e 100644
--- a/alot/addressbook/abook.py
+++ b/alot/addressbook/abook.py
@@ -19,7 +19,7 @@ class AbookAddressBook(AddressBook):
self._spec = os.path.join(DEFAULTSPATH, 'abook_contacts.spec')
path = os.path.expanduser(path)
self._config = read_config(path, self._spec)
- del(self._config['format'])
+ del self._config['format']
def get_contacts(self):
c = self._config