update: silence assigned but never use warnings

As spotted by pyflakes
This commit is contained in:
Riccardo Magliocchetti 2020-10-20 21:32:12 +02:00
parent 016d848b38
commit 681e6ca31f

View file

@ -503,7 +503,6 @@ class UpdateCompsDocs(Thread):
with hash_file_lock:
hash = db.hash.get(idx)
filename = db.file.get(idx)
family = 'B'
lines = compatibles_parser.run(scriptLines('get-blob', hash), family)