From e907b0f04354873316311072da572943abb6281a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 26 Sep 2022 13:00:56 +0200 Subject: Modernize via pyupgrade MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tests/keydata.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/keydata.py') diff --git a/tests/keydata.py b/tests/keydata.py index 2f51af5..1be5fdb 100644 --- a/tests/keydata.py +++ b/tests/keydata.py @@ -1,6 +1,5 @@ # gemato: OpenPGP key data for tests -# vim:fileencoding=utf-8 -# (c) 2017-2020 Michał Górny +# (c) 2017-2022 Michał Górny # Licensed under the terms of 2-clause BSD license import base64 -- cgit v1.2.3