Refactor Configuration() to apply common configurations all the time and to remove show_info

This commit is contained in:
Gerald Lonlas
2018-03-03 13:39:39 -08:00
parent 0632cf0f44
commit 84759073d9
6 changed files with 71 additions and 70 deletions

View File

@@ -69,4 +69,3 @@ def file_dump_json(filename, data) -> None:
"""
with open(filename, 'w') as file:
json.dump(data, file)