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

@@ -15,7 +15,6 @@ from ansible_collections.community.crypto.plugins.module_utils._crypto._asn1 imp
serialize_asn1_string_as_der,
)
TEST_CASES: list[tuple[str, bytes]] = [
("UTF8:Hello World", b"\x0c\x0b\x48\x65\x6c\x6c\x6f\x20\x57\x6f\x72\x6c\x64"),
(

View File

@@ -15,7 +15,6 @@ from ansible_collections.community.crypto.plugins.module_utils._crypto.pem impor
split_pem_list,
)
PEM_TEST_CASES: list[
tuple[bytes, list[str], bool, t.Literal["raw", "pkcs1", "pkcs8", "unknown-pem"]]
] = [