File tree 2 files changed +3
-0
lines changed
test_vector_handlers/src/awses_test_vectors/manifests
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ def __init__(
91
91
description = None , # type: Optional[str]
92
92
): # noqa=D107
93
93
# type: (...) -> None
94
+ """Set initial values for the test scenario."""
94
95
# Workaround pending resolution of attrs/mypy interaction.
95
96
# https://github.com/python/mypy/issues/2088
96
97
# https://github.com/python-attrs/attrs/issues/215
@@ -200,6 +201,7 @@ def __init__(
200
201
client_version = aws_encryption_sdk .__version__ , # type: Optional[str]
201
202
): # noqa=D107
202
203
# type: (...) -> None
204
+ """Set initial values for the manifest."""
203
205
# Workaround pending resolution of attrs/mypy interaction.
204
206
# https://github.com/python/mypy/issues/2088
205
207
# https://github.com/python-attrs/attrs/issues/215
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ def __init__(
142
142
material , # type: Iterable[str]
143
143
): # noqa=D107
144
144
# type: (...) -> None
145
+ """Set initial values for the ManualKeySpec."""
145
146
# Workaround pending resolution of attrs/mypy interaction.
146
147
# https://github.com/python/mypy/issues/2088
147
148
# https://github.com/python-attrs/attrs/issues/215
You can’t perform that action at this time.
0 commit comments