Fix requests
call without timeout in utils.py
#197
Labels
Milestone
requests
call without timeout in utils.py
#197
# noqa: S113
hint has been added by #191 inutils.py
This hint detected that we are using
requests
without specifying a timeout.We should add one. To be decided: what is the proper timeout. Probably to be fixed together with #142.
The text was updated successfully, but these errors were encountered: