sensiblecodeio / data-services-helpers

Python module containing classes and functions that The Sensible Code Company's Data Services often used
https://sensiblecode.io/
BSD 2-Clause "Simplified" License
4 stars 4 forks source link

Use `contains()` in place of `has_key()` #61

Closed StevenMaude closed 1 year ago

StevenMaude commented 1 year ago

The other issue is the change of behaviour in get_cache() if the cache is not installed in 0.6.0: https://github.com/requests-cache/requests-cache/blob/125aff908630e95ff800f0e975bcc4d851d80892/HISTORY.md#060-2021-04-09

StevenMaude commented 1 year ago

66 includes this fix, closing this PR.