summaryrefslogtreecommitdiffstats
path: root/custodia/message/simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'custodia/message/simple.py')
-rw-r--r--custodia/message/simple.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/custodia/message/simple.py b/custodia/message/simple.py
index 1df1310..7186d12 100644
--- a/custodia/message/simple.py
+++ b/custodia/message/simple.py
@@ -1,9 +1,11 @@
# Copyright (C) 2015 Custodia Project Contributors - see LICENSE file
+import json
+
+from six import string_types
+
from custodia.message.common import InvalidMessage
from custodia.message.common import MessageHandler
-from six import string_types
-import json
class SimpleKey(MessageHandler):