Skip to content

Commit d5ce93c

Browse files
m
1 parent c8d003d commit d5ce93c

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

266-
# noqa: C901
267266
@classmethod
268-
def from_scenario(
267+
def from_scenario( # noqa: C901
269268
cls,
270269
scenario, # type: DECRYPT_SCENARIO_SPEC
271270
plaintext_reader, # type: Callable[[str], bytes]

0 commit comments

Comments
 (0)