summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-05-15 11:16:50 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-05-15 11:16:50 -0700
commitcb0fbace6568b9407c61ef35a81d888cb3fe51fe (patch)
tree699f7ad74be0db0430d75503a86f9ae88fa0aaae /alot
parent30c410f443743bef3cff0fe7486c5ebfebe9757f (diff)
db/utils: remove unused import
Diffstat (limited to 'alot')
-rw-r--r--alot/db/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/db/utils.py b/alot/db/utils.py
index 811de306..6083968d 100644
--- a/alot/db/utils.py
+++ b/alot/db/utils.py
@@ -19,8 +19,6 @@ import io
import base64
import quopri
-from urwid.util import detected_encoding
-
from .. import crypto
from .. import helper
from ..errors import GPGProblem