Skip to content

Commit efd473f

Browse files
committed
Apply black formatting
1 parent c2ad743 commit efd473f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signxml/verifier.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def verify(
375375
if x509_cert and str(type(x509_cert)) == "<class 'OpenSSL.crypto.X509'>":
376376
warn(
377377
"SignXML received a PyOpenSSL object as x509_cert input. Please pass a Cryptography.X509 object instead.",
378-
DeprecationWarning
378+
DeprecationWarning,
379379
)
380380
x509_cert = x509_cert.to_cryptography() # type: ignore[union-attr]
381381

0 commit comments

Comments
 (0)