Re-sort imports.

This commit is contained in:
Felix Fontein
2025-12-25 21:58:57 +01:00
parent 74e9abf1f6
commit 9cbf9fc6ec
109 changed files with 86 additions and 219 deletions

View File

@@ -19,7 +19,6 @@ from ansible_collections.community.crypto.plugins.module_utils._acme.errors impo
from ..test__time import TIMEZONES, cartesian_product
if t.TYPE_CHECKING:
from ansible_collections.community.crypto.plugins.module_utils._acme.backends import ( # pragma: no cover
Criterium,

View File

@@ -37,7 +37,6 @@ from .backend_data import (
TEST_PARSE_ACME_TIMESTAMP,
)
if t.TYPE_CHECKING:
from ansible_collections.community.crypto.plugins.module_utils._acme.backends import ( # pragma: no cover
CertificateInformation,

View File

@@ -33,7 +33,6 @@ from .backend_data import (
TEST_PARSE_ACME_TIMESTAMP,
)
if t.TYPE_CHECKING:
from ansible_collections.community.crypto.plugins.module_utils._acme.backends import ( # pragma: no cover
CertificateInformation,

View File

@@ -17,7 +17,6 @@ from ansible_collections.community.crypto.plugins.module_utils._acme.errors impo
format_error_problem,
)
TEST_FORMAT_ERROR_PROBLEM: list[tuple[dict[str, t.Any], str, str]] = [
(
{

View File

@@ -14,7 +14,6 @@ from ansible_collections.community.crypto.plugins.module_utils._acme.io import (
write_file,
)
TEST_TEXT = r"""1234
5678"""

View File

@@ -24,7 +24,6 @@ from ansible_collections.community.crypto.plugins.module_utils._acme.utils impor
from .backend_data import TEST_PEM_DERS
NOPAD_B64: list[tuple[str, str]] = [
("", ""),
("\n", "Cg"),