aboutsummaryrefslogtreecommitdiffstats
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
commit03041ef9634162ab77ae381e0d803fb6648ac632 (patch)
treeabf29df5f2bf1863e48521d4a68ce206fd23a416
parent581dc997753f8b2c1f8b4d152045112d5a9dbf04 (diff)
downloadbin-03041ef9634162ab77ae381e0d803fb6648ac632.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):