summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-17 00:43:45 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-17 00:43:45 +0100
commit53612fc0a33fda95810dbe0195ab4881f5a40633 (patch)
treebfac05045ed65b04669f1b7e1f69c628bc9c3b9c
parent00f996dea89b1a6309907708395b17e9b9021ae9 (diff)
downloadtodo-53612fc0a33fda95810dbe0195ab4881f5a40633.tar.xz
todo: reorder import lines
-rwxr-xr-xtodo2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo b/todo
index ee6b90b..8c88491 100755
--- a/todo
+++ b/todo
@@ -12,10 +12,10 @@ Options:
-v --version Show version
"""
-from sys import exit
from collections import OrderedDict
from os import getenv, path
from docopt import docopt
+from sys import exit
import toml
def dict_sort_key(sort_key):