Skip to content

Commit b1ae11e

Browse files
m
1 parent b1b6a7d commit b1ae11e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,8 @@ def from_scenario(
272272
keys, # type: KeysManifest
273273
keyrings, # type: bool
274274
keys_uri, # type: str
275-
):
275+
): # noqa: C901
276276
# pylint: disable=too-many-locals,too-many-branches
277-
# noqa: C901
278277
# type: (...) -> MessageDecryptionTestScenario
279278
"""Load from a scenario specification.
280279

test_vector_handlers/src/awses_test_vectors/manifests/mpl_keyring.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ def from_scenario(cls, spec):
9090
padding_hash=spec.get("padding-hash"),
9191
)
9292

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

0 commit comments

Comments
 (0)