mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 05:58:50 +00:00
Normalize extra imports.
This commit is contained in:
parent
c3bd136c6b
commit
fe478bd1bb
37 changed files with 160 additions and 51 deletions
|
|
@ -5,10 +5,13 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import json
|
||||
import typing as t
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.urls import fetch_url
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
|
||||
class GandiLiveDNSAPI:
|
||||
api_endpoint = "https://api.gandi.net/v5/livedns"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue