remove unused variables

This commit is contained in:
Unrud
2018-11-04 18:54:11 +00:00
parent edc20ed510
commit 55cd363f10
8 changed files with 8 additions and 8 deletions

View File

@ -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",