From: Bob Halley Date: Wed, 1 Jul 2020 03:43:01 +0000 (-0700) Subject: lint X-Git-Tag: v2.0.0rc2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e8642d72e2533edbdd68c621b28fa8bf3c29b38;p=thirdparty%2Fdnspython.git lint --- diff --git a/dns/dnssec.py b/dns/dnssec.py index 0be9f711..c50abf8d 100644 --- a/dns/dnssec.py +++ b/dns/dnssec.py @@ -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