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(
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments