]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
lint
authorBob Halley <halley@play-bow.org>
Wed, 1 Jul 2020 03:43:01 +0000 (20:43 -0700)
committerBob Halley <halley@play-bow.org>
Wed, 1 Jul 2020 03:43:01 +0000 (20:43 -0700)
dns/dnssec.py

index 0be9f711722042e75605ec9915a4835be72e0c32..c50abf8d9c8d429ac0b0114a9d591c69342b8d27 100644 (file)
@@ -423,7 +423,7 @@ def _validate_rrsig(rrset, rrsig, keys, origin=None, now=None):
                 # since if the algorithm is really unknown we'd already have
                 # raised an exception above
                 raise ValidationFailure('unknown algorithm %u' %
-                                        rrsig.algorithm) # pragma: no cover
+                                        rrsig.algorithm)  # pragma: no cover
             # If we got here, we successfully verified so we can return
             # without error
             return