cleanup: unused vars & wrong comment

This commit is contained in:
2014-12-16 11:48:09 +01:00
parent 441742a496
commit 27ec9f20a2
4 changed files with 4 additions and 8 deletions

View File

@@ -91,4 +91,3 @@ def write_json_to_file(path, data):
# optional (pretty)
sort_keys=True, indent=4, separators=(',', ': '),
)