summaryrefslogtreecommitdiff
path: root/alot/db/message.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-03-05 10:22:52 +0100
committerAnton Khirnov <anton@khirnov.net>2020-03-05 10:24:12 +0100
commitd4b8a1ccacda08c29ad93cdb344c6fc1debcac30 (patch)
tree31b5ec80e45071b092feda3acf9ab233cc38f59c /alot/db/message.py
parent8a6ce8a29d8d61385c4222b9018b936e658cfb24 (diff)
db/utils: move formataddr to helper
It has no relation to database, so helper seems like a better place for it. As there is nothing left in db/utils, it is removed.
Diffstat (limited to 'alot/db/message.py')
-rw-r--r--alot/db/message.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/db/message.py b/alot/db/message.py
index 6523f18b..7263c6fe 100644
--- a/alot/db/message.py
+++ b/alot/db/message.py
@@ -11,7 +11,6 @@ from datetime import datetime
from notmuch import NullPointerError
-from . import utils
from .attachment import Attachment
from .. import crypto
from .. import helper