Merge pull request #3086 from sleshep/master

add rtype in session.request,help pycharm easy.
This commit is contained in:
Cory Benfield
2016-04-11 08:14:39 +01:00
+2 -1
View File
@@ -443,7 +443,8 @@ class Session(SessionRedirectMixin):
A CA_BUNDLE path can also be provided. Defaults to ``True``.
:param cert: (optional) if String, path to ssl client cert file (.pem).
If Tuple, ('cert', 'key') pair.
"""
:rtype: requests.Response
"""
# Create the Request.
req = Request(
method = method.upper(),