1878eb4c21
With the latest version of bandit (1.7.5), a new lint rule has been
introduced that checks the inclusion of the timeout parameter for
every "requests" call [1].
So B113 lint rule[2] needs to be skipped or code adapted, this patch
add the timeout parameter to the put/get requests.
[1]
|
||
---|---|---|
.. | ||
clients.py | ||
config.py | ||
constants.py | ||
exceptions.py | ||
utils.py |