We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ae11e commit c8d003dCopy full SHA for c8d003d
test_vector_handlers/src/awses_test_vectors/manifests/full_message/decrypt.py
@@ -263,6 +263,7 @@ def __init__(
263
self.description = description
264
attr.validate(self)
265
266
+ # noqa: C901
267
@classmethod
268
def from_scenario(
269
cls,
@@ -272,7 +273,7 @@ def from_scenario(
272
273
keys, # type: KeysManifest
274
keyrings, # type: bool
275
keys_uri, # type: str
- ): # noqa: C901
276
+ ):
277
# pylint: disable=too-many-locals,too-many-branches
278
# type: (...) -> MessageDecryptionTestScenario
279
"""Load from a scenario specification.
0 commit comments