mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
no staticmethod
This commit is contained in:
@@ -89,7 +89,7 @@ class HTTPAdapter(BaseAdapter):
|
||||
else:
|
||||
conn.cert_file = cert
|
||||
|
||||
# @staticmethod
|
||||
|
||||
def build_response(self, req, resp):
|
||||
response = Response()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user