gutenberg
gutenberg copied to clipboard
Fix `requests` call without timeout in `utils.py`
# noqa: S113
hint has been added by #191 in utils.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.