diff options
| author | Bob Halley <halley@play-bow.org> | 2020-06-26 14:22:45 -0700 |
|---|---|---|
| committer | Bob Halley <halley@play-bow.org> | 2020-06-26 14:22:45 -0700 |
| commit | cdf4404b018a7eb63e8bc7dfab56704497328fed (patch) | |
| tree | ad499bf87cafa25f3ac252e22349e46914c600c7 | |
| parent | 39ca63e868afa7d8282207a2255343b03fd27332 (diff) | |
| download | dnspython-cdf4404b018a7eb63e8bc7dfab56704497328fed.tar.gz | |
lint
| -rw-r--r-- | dns/message.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/message.py b/dns/message.py index dd278f6..d661464 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 |
