1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Remove trailing whitespace

This commit is contained in:
Robert Reichel
2021-02-02 12:26:04 -05:00
parent 6fb77c0810
commit 975376d09d

View File

@@ -337,10 +337,10 @@ class AzureProvider(BaseProvider):
)
return self._dns_client_handle
def _set_dns_client(self, client)
self.dns_client_handle = client
def __init__(self, id, client_id, key, directory_id, sub_id,
resource_group, *args, **kwargs):
self.log = logging.getLogger('AzureProvider[{}]'.format(id))