mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 13:53:06 +00:00
Re-sort imports.
This commit is contained in:
@@ -15,7 +15,6 @@ from ansible_collections.community.crypto.plugins.module_utils._openssh.certific
|
||||
parse_option_list,
|
||||
)
|
||||
|
||||
|
||||
# Type: ssh-rsa-cert-v01@openssh.com user certificate
|
||||
# Public key: RSA-CERT SHA256:SvUwwUer4AwsdePYseJR3LcZS8lnKi6BqiL51Dop030
|
||||
# Signing CA: DSA SHA256:YCdJ2lYU+FSkWUud7zg1SJszprXoRGNU/GVcqXUjgC8
|
||||
|
||||
@@ -24,7 +24,6 @@ from ansible_collections.community.crypto.plugins.module_utils._openssh.cryptogr
|
||||
OpensshKeypair,
|
||||
)
|
||||
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
from ansible_collections.community.crypto.plugins.module_utils._openssh.cryptography import ( # pragma: no cover
|
||||
KeyType,
|
||||
|
||||
@@ -14,7 +14,6 @@ from ansible_collections.community.crypto.plugins.module_utils._openssh.utils im
|
||||
parse_openssh_version,
|
||||
)
|
||||
|
||||
|
||||
SSH_VERSION_STRING = "OpenSSH_7.9p1, OpenSSL 1.1.0i-fips 14 Aug 2018"
|
||||
SSH_VERSION_NUMBER = "7.9"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user