Skip to content

Commit

Permalink
Fix pep8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Architrave committed Mar 2, 2023
1 parent c426c3c commit f715a64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/modules/sns.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
- Messages with the same deduplication id getting recognized as the same message.
- Gets overwritten by an auto generated token, if the topic has ContentBasedDeduplication set.
type: str
extends_documentation_fragment:
- amazon.aws.ec2
- amazon.aws.aws
Expand Down Expand Up @@ -134,8 +134,7 @@
msg: "Message with message group id"
subject: Deploy complete!
message_group_id: "deploy-1"
delegate_to: localhost
delegate_to: localhost
"""

RETURN = """
Expand Down

0 comments on commit f715a64

Please sign in to comment.