mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Removed trailing whitespace
This commit is contained in:
@@ -240,7 +240,7 @@ class Route53Provider(BaseProvider):
|
||||
HEALTH_CHECK_VERSION = '0001'
|
||||
|
||||
def __init__(self, id, access_key_id=None, secret_access_key=None,
|
||||
max_changes=1000, client_max_attempts=None,
|
||||
max_changes=1000, client_max_attempts=None,
|
||||
session_token=None, *args, **kwargs):
|
||||
self.max_changes = max_changes
|
||||
_msg = 'access_key_id={}, secret_access_key=***, ' \
|
||||
|
Reference in New Issue
Block a user