diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-17 12:04:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-17 12:04:29 +0200 |
commit | 0cec19bc6c3595365c87d23023bdfb7767f46b35 (patch) | |
tree | a3f330c464b76aeefc690208f6446581e58beede /tests/test_verify.py | |
parent | 503bac7e04330c5bd82ba3e7d9878b85d5024a94 (diff) | |
download | gemato-0cec19bc6c3595365c87d23023bdfb7767f46b35.tar.gz |
Fix linting failures
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tests/test_verify.py')
-rw-r--r-- | tests/test_verify.py | 1 |
1 files changed, 1 insertions, 0 deletions
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", |