Skip to content

Commit b1b6a7d

Browse files
m
1 parent 555c3fa commit b1b6a7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test_vector_handlers/src/awses_test_vectors/manifests/mpl_keyring.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ def from_scenario(cls, spec):
9090
padding_hash=spec.get("padding-hash"),
9191
)
9292

93-
def keyring(self, keys_uri, mode): # pylint: disable=too-many-branches, noqa: C901
93+
def keyring(self, keys_uri, mode):
94+
# pylint: disable=too-many-branches
95+
# noqa: C901
9496
# type: (KeysManifest) -> IKeyring
9597
"""Build a keyring using this specification.
9698
:param str keys_uri: Path to the keys manifest

0 commit comments

Comments
 (0)