summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-10 15:43:25 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-10 15:43:25 +0100
commitd905ff51e4ec2d69566f254e6d4064e05ec3a71a (patch)
tree9f83cca19c2e54cb9121034c2050e4b1b6d28f68
parent7bfa03a78ca1143bf11bafa89c1b9cf0c08c942b (diff)
commands/thread: remove unused import
-rw-r--r--alot/commands/thread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 79e63167..646a45bd 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -8,7 +8,6 @@ import asyncio
import email
import email.policy
from email.utils import getaddresses, parseaddr
-from email.message import Message
import logging
import mailcap
import os