Skip to content

Commit 242779f

Browse files
committed
Fix black formatting
1 parent ac0599f commit 242779f

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
@@ -309,7 +309,7 @@ def verify(
309309
from signxml import XMLVerifier, SignatureConfiguration
310310
config = SignatureConfiguration(location="./")
311311
XMLVerifier(...).verify(..., expect_config=config)
312-
312+
313313
Depending on the canonicalization method used by the signature, comments in the XML data may not be subject to
314314
signing, so may need to be untrusted. If so, they are excised from the return value of ``verify()``.
315315

0 commit comments

Comments
 (0)