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_openpgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_openpgp.py') diff --git a/tests/test_openpgp.py b/tests/test_openpgp.py index 7b02e0e..59deef4 100644 --- a/tests/test_openpgp.py +++ b/tests/test_openpgp.py @@ -560,7 +560,7 @@ def base_tree(tmp_path): os.mkdir(tmp_path / 'eclass') with open(tmp_path / 'eclass' / 'Manifest', 'w'): pass - with open(tmp_path / 'myebuild-0.ebuild', 'wb') as f: + with open(tmp_path / 'myebuild-0.ebuild', 'wb'): pass with open(tmp_path / 'metadata.xml', 'wb'): pass -- cgit v1.2.3