summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-10 14:10:42 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-10 15:17:25 +0100
commit666aab1a3fcd5f33659f67540d23b96fa8fa2f98 (patch)
treed6a047e2c0b34b45e3075d022012157a500d805f /alot/account.py
parent752860cf24fc22208d7e9138d0a13ea5d616b4ca (diff)
Cosmetics, clean up imports
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/account.py b/alot/account.py
index 87c71390..bf05bbfc 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -3,9 +3,10 @@
# Copyright © 2017 Dylan Baker
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
+
import abc
import asyncio
-from email import policy
+from email import policy
import glob
import logging
import mailbox