mirror of
https://github.com/caronc/apprise.git
synced 2025-08-16 03:34:53 +02:00
Fixed PEP8 linting errors
This commit is contained in:
@ -60,9 +60,12 @@ IS_REGION = re.compile(
|
||||
|
||||
# Extend HTTP Error Messages
|
||||
AWS_HTTP_ERROR_MAP = {
|
||||
403: 'Unauthorized - Invalid Access/Secret Key Combination, or insufficient IAM Permissions [`sns:Publish`,`sns:CreateTopic`]',
|
||||
403: 'Unauthorized - Invalid Access/Secret Key Combination, or \
|
||||
insufficient IAM Permissions: \
|
||||
[`sns:Publish`,`sns:CreateTopic`]',
|
||||
}
|
||||
|
||||
|
||||
class NotifySNS(NotifyBase):
|
||||
"""
|
||||
A wrapper for AWS SNS (Amazon Simple Notification)
|
||||
|
Reference in New Issue
Block a user