1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

remove unused variables

This commit is contained in:
Unrud 2018-11-04 18:20:00 +00:00
parent d0dac14f84
commit 5603c55ccc
2 changed files with 7 additions and 7 deletions

View file

@ -1353,7 +1353,7 @@ class Collection(BaseCollection):
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:
self.logger.warning(