summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/account.py1
-rw-r--r--alot/commands/thread.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/alot/account.py b/alot/account.py
index bf05bbfc..3864fe52 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -6,7 +6,6 @@
import abc
import asyncio
-from email import policy
import glob
import logging
import mailbox
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 5ec8eac4..5d8006a1 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -17,8 +17,6 @@ import tempfile
import urwid
from urwid.util import detected_encoding
-from io import BytesIO
-
from . import Command, registerCommand
from .common import RetagPromptCommand
from .envelope import SendCommand