Yelp / bravado

Bravado is a python client library for Swagger 2.0 services
Other
604 stars 117 forks source link

Future and response adapter classes as default values #431

Closed andriis closed 5 years ago

andriis commented 5 years ago

This is just a cosmetic change related to #430. In both RequestsClient and FidoClient for future_adapter_class and response_adapter_class values None was used. This PR is to provide corresponding future adapter and response adapter class values.

andriis commented 5 years ago

@sjaensch Could you please take a look? It's related to your comment in #430 related to default values for future_adapter_class and response_adapter_class.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 96.784% when pulling 4fa0763c4890fdd304378cb2423f6236f02a9b12 on andriis:client-future-and-response-classes-default-values into f60171a6c53a07049fba6db80e5437ccb0952d37 on Yelp:master.