aci-learning-labs-code-samples
aci-learning-labs-code-samples copied to clipboard
Requests module is used before the import
Since there are no missions about this error I thought I should mention it. In the file aci-learning-labs-code-samples/sbx-intro-aci/sbx-intro-aci-mission_toolkit/aci_critical_faults.py the disable_warnings() is called before the requests import. This is not part of any missions so guesing it is just an error in the code.