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/test_find_top_level.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_find_top_level.py') diff --git a/tests/test_find_top_level.py b/tests/test_find_top_level.py index 47b3f1e..aefa72d 100644 --- a/tests/test_find_top_level.py +++ b/tests/test_find_top_level.py @@ -1,6 +1,5 @@ # gemato: Top-level Manifest finding 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 gzip -- cgit v1.2.3