Skip to content

Commit e51c0be

Browse files
jkuLukas Puehringer
authored andcommitted
tests: Move lint disable to inside block as intended
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent ca6434b commit e51c0be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ def test_metadata_verify_delegate(self) -> None:
345345
with self.assertRaises(ValueError):
346346
role2.verify_delegate("role1", role1)
347347

348-
# pylint: disable=too-many-locals,too-many-statements
349348
def test_signed_verify_delegate(self) -> None:
349+
# pylint: disable=too-many-locals,too-many-statements
350350
root_path = os.path.join(self.repo_dir, "metadata", "root.json")
351351
root_md = Metadata[Root].from_file(root_path)
352352
root = root_md.signed

0 commit comments

Comments
 (0)