Skip to content

Commit b4c43eb

Browse files
committed
Update Python
1 parent 9e43a03 commit b4c43eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codegen/Templates/python/rest.mustache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class RESTResponse(io.IOBase):
3737

3838

3939
class RESTClientObject(object):
40-
4140
def __init__(self, configuration, pools_size=4, maxsize=None):
4241
# urllib3.PoolManager will pass all kw parameters to connectionpool
4342
# https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75 # noqa: E501
@@ -290,7 +289,6 @@ class RESTClientObject(object):
290289

291290

292291
class ApiException(Exception):
293-
294292
def __init__(self, status=0, reason=None, http_resp=None):
295293
# type: (int, str, RESTResponse) -> None
296294
if http_resp:

0 commit comments

Comments
 (0)