diff options
| author | Jordan Cook <jordan.cook@pioneer.com> | 2021-05-26 20:29:13 -0500 |
|---|---|---|
| committer | Jordan Cook <jordan.cook@pioneer.com> | 2021-05-26 20:55:45 -0500 |
| commit | 6edf2e1c5e3712b2083a5daff142db65232c6e1c (patch) | |
| tree | 7252457e69d910496abd3bf0f5710d1f20166eb2 /requests_cache/backends | |
| parent | 7c7126475d741ab32b14637343dc604dae9cd65c (diff) | |
| download | requests-cache-6edf2e1c5e3712b2083a5daff142db65232c6e1c.tar.gz | |
Make cattrs optional, and other cleanup
Diffstat (limited to 'requests_cache/backends')
| -rw-r--r-- | requests_cache/backends/filesystem.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requests_cache/backends/filesystem.py b/requests_cache/backends/filesystem.py index bf3d23c..8cf5332 100644 --- a/requests_cache/backends/filesystem.py +++ b/requests_cache/backends/filesystem.py @@ -1,4 +1,3 @@ -# TODO: Add option for compression? from contextlib import contextmanager from os import listdir, makedirs, unlink from os.path import abspath, dirname, expanduser, isabs, join |
