From 6df1ac86b761d04464ecc611a3463968f608af2d Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 11 Aug 2019 11:09:19 +0100 Subject: remove unused imports --- alot/db/manager.py | 1 - 1 file changed, 1 deletion(-) (limited to 'alot/db/manager.py') 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 -- cgit v1.2.3