Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jun 22, 2023
1 parent 841403b commit f5e9b40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/fragments/1846-arn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ bugfixes:
- elasticache_info - remove hard coded use of ``aws`` partition (https://github.com/ansible-collections/community.aws/issues/1846).
- msk_cluster - remove hard coded use of ``aws`` partition (https://github.com/ansible-collections/community.aws/issues/1846).
- redshift - fixed hard coded use of ``aws`` partition (https://github.com/ansible-collections/community.aws/issues/1846).
minor_changes:
- sns_topic - refactored ARN validation handling (https://github.com/ansible-collections/community.aws/pull/1848).
- iam_role - refactored ARN validation handling (https://github.com/ansible-collections/community.aws/pull/1848).
- iam_group - refactored ARN validation handling (https://github.com/ansible-collections/community.aws/pull/1848).
1 change: 0 additions & 1 deletion plugins/modules/ec2_launch_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@
type: int
"""

import re
from uuid import uuid4

try:
Expand Down

0 comments on commit f5e9b40

Please sign in to comment.