From d4884172803b8c0aa730050e9742087d8315066f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 24 Nov 2021 10:58:46 +0100 Subject: Drop some unused imports. --- alot/account.py | 1 - alot/commands/thread.py | 2 -- 2 files changed, 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 -- cgit v1.2.3