1
0
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:
Bart S
2018-11-21 10:11:45 +01:00
committed by GitHub
parent 64a453632f
commit 95ae90b587

View File

@@ -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=***, ' \