diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-17 01:02:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-17 01:02:23 +0100 |
commit | 2cf5f81ab22bb68bda747ceb31c25f22f40a0703 (patch) | |
tree | c126214b4ac846504a89566e9995b45804815e99 | |
parent | cbd0080c1f77fd24dd9328402c98f6ad726cc19d (diff) | |
download | todo-2cf5f81ab22bb68bda747ceb31c25f22f40a0703.tar.xz |
todo: remove unsued `exit` import
-rwxr-xr-x | todo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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): |