summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-08-11 11:09:19 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-08-11 11:39:18 +0100
commit6df1ac86b761d04464ecc611a3463968f608af2d (patch)
tree21c5579f55b0ad719d61cd141ce6a25b31cb55d2 /alot/db/manager.py
parent1bed75d814509f7816c92de665cf6966766c0883 (diff)
remove unused imports
Diffstat (limited to 'alot/db/manager.py')
-rw-r--r--alot/db/manager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/db/manager.py b/alot/db/manager.py
index ed1a8d00..956ddcbc 100644
--- a/alot/db/manager.py
+++ b/alot/db/manager.py
@@ -13,7 +13,6 @@ import threading
from notmuch import Database, NotmuchError, XapianError
import notmuch
-from . import DB_ENC
from .errors import DatabaseError
from .errors import DatabaseLockedError
from .errors import DatabaseROError