Skip to content

Tag: grequests

GRequests monkey patch warning

I get the following warning each time , though the module works as expected : I tried the workaround mentioned at this github issue but that doesn’t work. How to get rid of this warning ? Answer For grequests you would need to add the following code before other modules try to import / load gevent and s…