File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
test_vector_handlers/src/awses_test_vectors/manifests Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -272,9 +272,8 @@ def from_scenario(
272
272
keys , # type: KeysManifest
273
273
keyrings , # type: bool
274
274
keys_uri , # type: str
275
- ):
275
+ ): # noqa: C901
276
276
# pylint: disable=too-many-locals,too-many-branches
277
- # noqa: C901
278
277
# type: (...) -> MessageDecryptionTestScenario
279
278
"""Load from a scenario specification.
280
279
Original file line number Diff line number Diff line change @@ -90,9 +90,8 @@ def from_scenario(cls, spec):
90
90
padding_hash = spec .get ("padding-hash" ),
91
91
)
92
92
93
- def keyring (self , keys_uri , mode ):
93
+ def keyring (self , keys_uri , mode ): # noqa: C901
94
94
# pylint: disable=too-many-branches
95
- # noqa: C901
96
95
# type: (KeysManifest) -> IKeyring
97
96
"""Build a keyring using this specification.
98
97
:param str keys_uri: Path to the keys manifest
You can’t perform that action at this time.
0 commit comments