diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-26 13:00:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-26 13:03:05 +0200 |
commit | e907b0f04354873316311072da572943abb6281a (patch) | |
tree | 1f8129299e812a3aa2fe5e1e9a9c823ce58772c7 /tests/test_hash.py | |
parent | 572da07948b921feb35af5b098f50af7d8dea99a (diff) | |
download | gemato-e907b0f04354873316311072da572943abb6281a.tar.gz |
Modernize via pyupgrade
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tests/test_hash.py')
-rw-r--r-- | tests/test_hash.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_hash.py b/tests/test_hash.py index e237ca4..1741b20 100644 --- a/tests/test_hash.py +++ b/tests/test_hash.py @@ -1,6 +1,5 @@ # gemato: hash support tests -# vim:fileencoding=utf-8 -# (c) 2017 Michał Górny +# (c) 2017-2022 Michał Górny # Licensed under the terms of 2-clause BSD license import io |