diff options
| author | Jordan Cook <jordan.cook@pioneer.com> | 2022-01-01 12:07:50 -0600 |
|---|---|---|
| committer | Jordan Cook <jordan.cook@pioneer.com> | 2022-01-01 12:12:58 -0600 |
| commit | b51f3618329311fd708ce46a48dbcd96717b48fa (patch) | |
| tree | a2f414065b2a80c3fe0ba87a21f93ba4427b2103 /requests_cache/serializers | |
| parent | ccf789ae8d2482a02e72a643571b56008969ce83 (diff) | |
| download | requests-cache-b51f3618329311fd708ce46a48dbcd96717b48fa.tar.gz | |
Update dependencies and pre-commit hooks
Diffstat (limited to 'requests_cache/serializers')
| -rw-r--r-- | requests_cache/serializers/preconf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requests_cache/serializers/preconf.py b/requests_cache/serializers/preconf.py index 67d1453..6cf83bc 100644 --- a/requests_cache/serializers/preconf.py +++ b/requests_cache/serializers/preconf.py @@ -57,7 +57,6 @@ try: """ return SerializerPipeline([base_stage, pickle, signer_stage(secret_key, salt)]) - except ImportError as e: signer_stage = get_placeholder_class(e) safe_pickle_serializer = get_placeholder_class(e) |
