From 666aab1a3fcd5f33659f67540d23b96fa8fa2f98 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 10 Feb 2021 14:10:42 +0100 Subject: Cosmetics, clean up imports --- alot/buffers/envelope.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'alot/buffers/envelope.py') diff --git a/alot/buffers/envelope.py b/alot/buffers/envelope.py index ae13d74f..0bc7696f 100644 --- a/alot/buffers/envelope.py +++ b/alot/buffers/envelope.py @@ -1,13 +1,15 @@ # Copyright (C) 2011-2018 Patrick Totzke # This file is released under the GNU GPL, version 3 or a later revision. # For further details see the COPYING file -import urwid + import os -from .buffer import Buffer -from ..settings.const import settings -from ..widgets.globals import AttachmentWidget -from ..helper import shorten_author_string +import urwid + +from .buffer import Buffer +from ..helper import shorten_author_string +from ..settings.const import settings +from ..widgets.globals import AttachmentWidget def string_sanitize(string, tab_width=8): r""" -- cgit v1.2.3