summaryrefslogtreecommitdiff
path: root/alot/commands/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/utils.py')
-rw-r--r--alot/commands/utils.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/alot/commands/utils.py b/alot/commands/utils.py
index 57c52d35..8f76d756 100644
--- a/alot/commands/utils.py
+++ b/alot/commands/utils.py
@@ -1,13 +1,14 @@
# Copyright (C) 2015 Patrick Totzke <patricktotzke@gmail.com>
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
-import re
+
import logging
+import re
-from ..errors import GPGProblem, GPGCode
-from ..settings.const import settings
-from ..settings.errors import NoMatchingAccount
-from .. import crypto
+from .. import crypto
+from ..errors import GPGProblem, GPGCode
+from ..settings.const import settings
+from ..settings.errors import NoMatchingAccount
async def update_keys(ui, envelope, block_error=False, signed_only=False):