summaryrefslogtreecommitdiff
path: root/requests_cache/backends/filesystem.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-05-26 20:29:13 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-05-26 20:55:45 -0500
commit6edf2e1c5e3712b2083a5daff142db65232c6e1c (patch)
tree7252457e69d910496abd3bf0f5710d1f20166eb2 /requests_cache/backends/filesystem.py
parent7c7126475d741ab32b14637343dc604dae9cd65c (diff)
downloadrequests-cache-6edf2e1c5e3712b2083a5daff142db65232c6e1c.tar.gz
Make cattrs optional, and other cleanup
Diffstat (limited to 'requests_cache/backends/filesystem.py')
-rw-r--r--requests_cache/backends/filesystem.py1
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