Closed SSchotten closed 3 months ago
This PR attempts to add more readability/clarity to the code by adding type hints in all function definitions. The main changes are as follows:
validate_and_load_dqrules
json.loads
_dict
This PR attempts to add more readability/clarity to the code by adding type hints in all function definitions. The main changes are as follows:
validate_and_load_dqrules
sojson.loads
does not have to be called twice in a row_dict
to explicitly indicate a dictionary