]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
lint
authorBob Halley <halley@play-bow.org>
Fri, 26 Jun 2020 21:22:45 +0000 (14:22 -0700)
committerBob Halley <halley@play-bow.org>
Fri, 26 Jun 2020 21:22:45 +0000 (14:22 -0700)
dns/message.py

index dd278f66381e66ad79a8dd2536857cdb1f5fc5db..d661464f404279bd8a839ff9da404940f575845c 100644 (file)
@@ -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