aci-learning-labs-code-samples icon indicating copy to clipboard operation
aci-learning-labs-code-samples copied to clipboard

Requests module is used before the import

Open Precission opened this issue 7 years ago • 0 comments

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.

Precission avatar Dec 22 '17 12:12 Precission