mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-06 11:36:12 +00:00
update python petstore samples
This commit is contained in:
@@ -63,7 +63,7 @@ class ApiClient(object):
|
||||
_pool = None
|
||||
|
||||
def __init__(self, configuration=None, header_name=None, header_value=None,
|
||||
cookie=None, pool_threads=1):
|
||||
cookie=None, pool_threads=None):
|
||||
if configuration is None:
|
||||
configuration = Configuration()
|
||||
self.configuration = configuration
|
||||
|
||||
Reference in New Issue
Block a user