Closed dnandha closed 2 years ago
The v2 environment uses the 'json' module in the get_json_info and set_json_info function, but the module is not imported. It leads to the error NameError: name 'json' is not defined.
get_json_info
set_json_info
NameError: name 'json' is not defined
This PR adds the missing import.
Closing because just adding the import is not enought to make the get_json_info function work in the v2 env.
The v2 environment uses the 'json' module in the
get_json_info
andset_json_info
function, but the module is not imported. It leads to the errorNameError: name 'json' is not defined
.This PR adds the missing import.