Skip to content

Commit

Permalink
Fix flake8 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
farleyb-amazon committed Mar 22, 2021
1 parent caab45f commit 93e4648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def __init__(
description=None, # type: Optional[str]
): # noqa=D107
# type: (...) -> None
"""Set initial values for the test scenario."""
# Workaround pending resolution of attrs/mypy interaction.
# https://github.com/python/mypy/issues/2088
# https://github.com/python-attrs/attrs/issues/215
Expand Down Expand Up @@ -200,6 +201,7 @@ def __init__(
client_version=aws_encryption_sdk.__version__, # type: Optional[str]
): # noqa=D107
# type: (...) -> None
"""Set initial values for the manifest."""
# Workaround pending resolution of attrs/mypy interaction.
# https://github.com/python/mypy/issues/2088
# https://github.com/python-attrs/attrs/issues/215
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def __init__(
material, # type: Iterable[str]
): # noqa=D107
# type: (...) -> None
"""Set initial values for the ManualKeySpec."""
# Workaround pending resolution of attrs/mypy interaction.
# https://github.com/python/mypy/issues/2088
# https://github.com/python-attrs/attrs/issues/215
Expand Down

0 comments on commit 93e4648

Please sign in to comment.