Skip to content

Commit a7fca20

Browse files
farleyb-amazonrobin-aws
authored andcommitted
Fix flake8 failures
1 parent 7024a9d commit a7fca20

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def __init__(
9191
description=None, # type: Optional[str]
9292
): # noqa=D107
9393
# type: (...) -> None
94+
"""Set initial values for the test scenario."""
9495
# Workaround pending resolution of attrs/mypy interaction.
9596
# https://github.com/python/mypy/issues/2088
9697
# https://github.com/python-attrs/attrs/issues/215
@@ -200,6 +201,7 @@ def __init__(
200201
client_version=aws_encryption_sdk.__version__, # type: Optional[str]
201202
): # noqa=D107
202203
# type: (...) -> None
204+
"""Set initial values for the manifest."""
203205
# Workaround pending resolution of attrs/mypy interaction.
204206
# https://github.com/python/mypy/issues/2088
205207
# https://github.com/python-attrs/attrs/issues/215

test_vector_handlers/src/awses_test_vectors/manifests/keys.py

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def __init__(
142142
material, # type: Iterable[str]
143143
): # noqa=D107
144144
# type: (...) -> None
145+
"""Set initial values for the ManualKeySpec."""
145146
# Workaround pending resolution of attrs/mypy interaction.
146147
# https://github.com/python/mypy/issues/2088
147148
# https://github.com/python-attrs/attrs/issues/215

0 commit comments

Comments
 (0)