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.
@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.
Coverage remained the same at 96.784% when pulling 4fa0763c4890fdd304378cb2423f6236f02a9b12 on andriis:client-future-and-response-classes-default-values into f60171a6c53a07049fba6db80e5437ccb0952d37 on Yelp:master.
This is just a cosmetic change related to #430. In both
RequestsClient
andFidoClient
forfuture_adapter_class
andresponse_adapter_class
valuesNone
was used. This PR is to provide corresponding future adapter and response adapter class values.