fix linting Signed-off-by: Anthony Shaw <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fee45746 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fee45746 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/fee45746 Branch: refs/heads/trunk Commit: fee457466e4965076d060aa324958e2639efc681 Parents: 59b96de Author: Anthony Shaw <[email protected]> Authored: Fri Nov 27 14:53:53 2015 +1100 Committer: Anthony Shaw <[email protected]> Committed: Fri Nov 27 17:30:13 2015 +1100 ---------------------------------------------------------------------- libcloud/dns/drivers/godaddy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/fee45746/libcloud/dns/drivers/godaddy.py ---------------------------------------------------------------------- diff --git a/libcloud/dns/drivers/godaddy.py b/libcloud/dns/drivers/godaddy.py index 730c9b1..249dc92 100644 --- a/libcloud/dns/drivers/godaddy.py +++ b/libcloud/dns/drivers/godaddy.py @@ -451,8 +451,8 @@ class GoDaddyDNSDriver(DNSDriver): result = self.connection.request( '/v1/domains/agreements', params={ - 'tlds':tld, - 'privacy':str(privacy) + 'tlds': tld, + 'privacy': str(privacy) }, method='GET' ).object
