diff options
| author | Jordan Cook <jordan.cook@pioneer.com> | 2021-03-03 20:03:54 -0600 |
|---|---|---|
| committer | Jordan Cook <jordan.cook@pioneer.com> | 2021-03-04 22:17:21 -0600 |
| commit | 0394a90c853fb3b94496455b2ccf0309e749cac0 (patch) | |
| tree | 7949bc05f8d7df3a2879766d0bb74fc471bea3bd /requests_cache/backends/__init__.py | |
| parent | 0f03e68b9840caf4bf40321cd3110347034fddd5 (diff) | |
| download | requests-cache-0394a90c853fb3b94496455b2ccf0309e749cac0.tar.gz | |
Add sanity checks to get_cache, clear, and remove_expired_responses to make sure CachedSession is installed
Diffstat (limited to 'requests_cache/backends/__init__.py')
| -rw-r--r-- | requests_cache/backends/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests_cache/backends/__init__.py b/requests_cache/backends/__init__.py index 66df84f..178ef08 100644 --- a/requests_cache/backends/__init__.py +++ b/requests_cache/backends/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +# noqa: F401 """ requests_cache.backends ~~~~~~~~~~~~~~~~~~~~~~~ |
