Skip to content

Commit c8d003d

Browse files
m
1 parent b1ae11e commit c8d003d

File tree

1 file changed

+2
-1
lines changed
  • test_vector_handlers/src/awses_test_vectors/manifests/full_message

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def __init__(
263263
self.description = description
264264
attr.validate(self)
265265

266+
# noqa: C901
266267
@classmethod
267268
def from_scenario(
268269
cls,
@@ -272,7 +273,7 @@ def from_scenario(
272273
keys, # type: KeysManifest
273274
keyrings, # type: bool
274275
keys_uri, # type: str
275-
): # noqa: C901
276+
):
276277
# pylint: disable=too-many-locals,too-many-branches
277278
# type: (...) -> MessageDecryptionTestScenario
278279
"""Load from a scenario specification.

0 commit comments

Comments
 (0)