mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
bfe9b2a0ef
commit
227670284a
1 changed files with 1 additions and 1 deletions
|
|
@ -128,9 +128,9 @@ hcloud_ssh_key:
|
|||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
||||
from ..module_utils.hcloud import AnsibleHCloud
|
||||
from ..module_utils.ssh import ssh_public_key_md5_fingerprint
|
||||
from ..module_utils.vendor.hcloud import HCloudException
|
||||
from ..module_utils.vendor.hcloud.ssh_keys import BoundSSHKey
|
||||
from ..module_utils.ssh import ssh_public_key_md5_fingerprint
|
||||
|
||||
|
||||
class AnsibleHCloudSSHKey(AnsibleHCloud):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue