From 7b750adae9164087ca3bac4e93bb6668dd40d095 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 25 Mar 2024 16:57:23 -0700 Subject: [PATCH] rm trailing whitespace --- acme/acme/crypto_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/acme/crypto_util.py b/acme/acme/crypto_util.py index 8e8f73c54..062a25ca9 100644 --- a/acme/acme/crypto_util.py +++ b/acme/acme/crypto_util.py @@ -22,7 +22,7 @@ import warnings from cryptography import x509 from cryptography.hazmat.primitives.hashes import SHA256 from cryptography.hazmat.primitives.asymmetric.dsa import DSAPrivateKey -from cryptography.hazmat.primitives.asymmetric.types import CertificateIssuerPrivateKeyTypes +from cryptography.hazmat.primitives.asymmetric.types import CertificateIssuerPrivateKeyTypes from cryptography.hazmat.primitives.asymmetric.rsa import RSAPrivateKey from cryptography.hazmat.primitives.serialization import Encoding from cryptography.hazmat.primitives.serialization import load_pem_private_key