Skip to content

Commit 555c3fa

Browse files
m
1 parent 00d8e7d commit 555c3fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test_vector_handlers/src/awses_test_vectors/manifests/full_message/decrypt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def from_scenario(
274274
keys_uri, # type: str
275275
):
276276
# pylint: disable=too-many-locals,too-many-branches
277+
# noqa: C901
277278
# type: (...) -> MessageDecryptionTestScenario
278279
"""Load from a scenario specification.
279280

test_vector_handlers/src/awses_test_vectors/manifests/mpl_keyring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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
93+
def keyring(self, keys_uri, mode): # pylint: disable=too-many-branches, noqa: C901
9494
# type: (KeysManifest) -> IKeyring
9595
"""Build a keyring using this specification.
9696
:param str keys_uri: Path to the keys manifest

0 commit comments

Comments
 (0)