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_openpgp.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_openpgp.py')
-rw-r--r-- | tests/test_openpgp.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |