Skip to content

Commit

Permalink
settings/manager: Remove duplicated _notmuchconfig
Browse files Browse the repository at this point in the history
Remove useless duplicated attribute definition.
  • Loading branch information
guludo authored and pazz committed Apr 14, 2023
1 parent 6f3c3f0 commit d67bb1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alot/settings/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class SettingsManager:
def __init__(self):
self.hooks = None
self._mailcaps = mailcap.getcaps()
self._notmuchconfig = None
self._theme = None
self._accounts = None
self._accountmap = None
Expand Down

0 comments on commit d67bb1b

Please sign in to comment.