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

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: gpg_fingerprint
short_description: Retrieve a GPG fingerprint from a GPG public or private key

View File

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: openssl_csr_info
short_description: Retrieve information from OpenSSL Certificate Signing Requests (CSR)

View File

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: openssl_privatekey_info
short_description: Retrieve information from OpenSSL private keys

View File

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: openssl_publickey_info
short_description: Retrieve information from OpenSSL public keys in PEM format

View File

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: parse_serial
short_description: Convert a serial number as a colon-separated list of hex numbers to an integer

View File

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: split_pem
short_description: Split PEM file contents into multiple objects

View File

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: to_serial
short_description: Convert an integer to a colon-separated list of hex numbers

View File

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: x509_certificate_info
short_description: Retrieve information from X.509 certificates in PEM format

View File

@@ -4,7 +4,6 @@
from __future__ import annotations
DOCUMENTATION = r"""
name: x509_crl_info
short_description: Retrieve information from X.509 CRLs in PEM format