summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-08-16 10:10:53 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-08-16 10:10:53 +0100
commit4ee318a54a4a40f4afcb213199117b10464d8ed2 (patch)
treedd3310a641c1fd234167ed45a3406555a13e8c7d /alot/db/manager.py
parent8ddfcf93e28f6e0cef8669abd2257748ce66f042 (diff)
unused import
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 af42a1f5..d95ea332 100644
--- a/alot/db/manager.py
+++ b/alot/db/manager.py
@@ -3,7 +3,6 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
from collections import deque
-import asyncio
import logging
from notmuch import Database, NotmuchError, XapianError