From 0cec19bc6c3595365c87d23023bdfb7767f46b35 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 17 Sep 2022 12:04:29 +0200 Subject: Fix linting failures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tests/test_verify.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_verify.py') diff --git a/tests/test_verify.py b/tests/test_verify.py index f54cd74..8890e1a 100644 --- a/tests/test_verify.py +++ b/tests/test_verify.py @@ -104,6 +104,7 @@ def get_checksums(path): '__size__': hashes['__size__'], } + EMPTY_CHECKSUMS = { "MD5": "d41d8cd98f00b204e9800998ecf8427e", "SHA1": "da39a3ee5e6b4b0d3255bfef95601890afd80709", -- cgit v1.2.3