mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
remove unused variables
This commit is contained in:
parent
edc20ed510
commit
55cd363f10
8 changed files with 8 additions and 8 deletions
|
@ -91,7 +91,7 @@ class CollectionCacheMixin:
|
|||
cache_hash, *content = pickle.load(f)
|
||||
if cache_hash == input_hash:
|
||||
uid, etag, text, name, tag, start, end = content
|
||||
except FileNotFoundError as e:
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
except (pickle.UnpicklingError, ValueError) as e:
|
||||
logger.warning("Failed to load item cache entry %r in %r: %s",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue