mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
PEP8
This commit is contained in:
parent
0029f131c9
commit
0950757d44
@ -445,6 +445,7 @@ class Session(TokenManager):
|
|||||||
content type will be application/json)
|
content type will be application/json)
|
||||||
:param data: Dictionary, bytes, or file-like object to send in the request body
|
:param data: Dictionary, bytes, or file-like object to send in the request body
|
||||||
:param async_enable: whether request is asynchronous
|
:param async_enable: whether request is asynchronous
|
||||||
|
:param params: additional query parameters
|
||||||
:return: requests Response instance
|
:return: requests Response instance
|
||||||
"""
|
"""
|
||||||
if not method:
|
if not method:
|
||||||
|
Loading…
Reference in New Issue
Block a user