summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-17 01:02:23 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-17 01:02:23 +0100
commit2cf5f81ab22bb68bda747ceb31c25f22f40a0703 (patch)
treec126214b4ac846504a89566e9995b45804815e99
parentcbd0080c1f77fd24dd9328402c98f6ad726cc19d (diff)
downloadtodo-2cf5f81ab22bb68bda747ceb31c25f22f40a0703.tar.xz
todo: remove unsued `exit` import
-rwxr-xr-xtodo1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo b/todo
index 5dbde8d..f5e39f2 100755
--- a/todo
+++ b/todo
@@ -15,7 +15,6 @@ Options:
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):