rename to sane class name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from requests.adapters import HTTPAdapter
|
||||
|
||||
class WhyTheFuckRequestsHasNoTimeoutInAdapter(HTTPAdapter):
|
||||
class TimeoutHTTPAdapter(HTTPAdapter):
|
||||
def __init__(self, *args, **kwargs):
|
||||
if "timeout" in kwargs:
|
||||
self.timeout = kwargs["timeout"]
|
||||
|
Reference in New Issue
Block a user