From: Bob Halley Date: Fri, 26 Jun 2020 21:22:45 +0000 (-0700) Subject: lint X-Git-Tag: v2.0.0rc2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdf4404b018a7eb63e8bc7dfab56704497328fed;p=thirdparty%2Fdnspython.git lint --- diff --git a/dns/message.py b/dns/message.py index dd278f66..d661464f 100644 --- a/dns/message.py +++ b/dns/message.py @@ -681,8 +681,8 @@ class _WireReader: (rdclass, rdtype, _, _) = \ self.message._parse_rr_header(self, section_number, rdclass, rdtype) - rrset = self.message.find_rrset(section, qname, rdclass, rdtype, - create=True, force_unique=True) + self.message.find_rrset(section, qname, rdclass, rdtype, + create=True, force_unique=True) def _get_section(self, section_number, count): """Read the next I{count} records from the wire data and add them to