summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-24 10:58:46 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-24 10:58:46 +0100
commitd4884172803b8c0aa730050e9742087d8315066f (patch)
treee504f7b6ee5ff7276d53da28dcf60dd02d7dea11
parent2f9907f24755b59ceb9ae075e26b1e4f606adeec (diff)
Drop some unused imports.
-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