This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 0b4932f3fedf5943ebb9a659b08de0253c82a13b Author: Dave Grenier <[email protected]> AuthorDate: Thu Apr 28 17:32:13 2022 -0400 Update godaddy.py --- libcloud/dns/drivers/godaddy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcloud/dns/drivers/godaddy.py b/libcloud/dns/drivers/godaddy.py index d0e3b02bf..08539aa25 100644 --- a/libcloud/dns/drivers/godaddy.py +++ b/libcloud/dns/drivers/godaddy.py @@ -464,7 +464,7 @@ class GoDaddyDNSDriver(DNSDriver): extra=extra, ) return zone - + def _to_records(self, items, zone=None): records = []
