Closed benfoley closed 5 years ago
Clean-json.py
was still using load_json_file
and write_data_to_json_file
from kh/script_utilities
, which is already implemented in wrappers/utilities/json_utilities.py
. I changed the import to use the new json_utilities version, and removed kh from the requirements.txt
too.
Check what
clean-json
is using?