summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-18 18:04:23 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-18 18:04:23 +0200
commitad0f37016dce17025b310984480ad971721b1e82 (patch)
treeab810fe5946c180833e6bee8a8d915cdcfa91b95
parentc5600b105a203a03061fd5b5cb49e312bd0a2e71 (diff)
buffers/thread: drop unused import
-rw-r--r--alot/buffers/thread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/buffers/thread.py b/alot/buffers/thread.py
index 567d98f8..33245879 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.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
-import asyncio
import enum
from functools import cached_property
import logging