You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/05/06 21:18:37 UTC

[libcloud] 02/05: Update godaddy.py

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 <li...@gmail.com>
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 = []