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 | 03041ef9634162ab77ae381e0d803fb6648ac632 (patch) | |
tree | abf29df5f2bf1863e48521d4a68ce206fd23a416 | |
parent | 581dc997753f8b2c1f8b4d152045112d5a9dbf04 (diff) | |
download | bin-03041ef9634162ab77ae381e0d803fb6648ac632.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): |