Skip to content

Commit

Permalink
remove unused six import
Browse files Browse the repository at this point in the history
fixes obynio#49
  • Loading branch information
Kriechi committed Nov 14, 2024
1 parent 9b58264 commit cb4a0c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions certbot_plugin_gandi/gandi_api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import requests
import six

from collections import namedtuple
from certbot.plugins import dns_common
Expand Down Expand Up @@ -107,5 +106,3 @@ def requester(base_domain, relative_name):
return _update_txt_record(cfg, base_domain, relative_name, rrset)

return _update_record(cfg, domain, name, requester)


0 comments on commit cb4a0c8

Please sign in to comment.