From: Bob Halley Date: Thu, 18 Nov 2021 00:22:15 +0000 (-0800) Subject: remove incorrect comment X-Git-Tag: v2.2.0rc1~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d3b6c66c3aae7dea7263166ee32c6876c3923e;p=thirdparty%2Fdnspython.git remove incorrect comment --- diff --git a/dns/zonefile.py b/dns/zonefile.py index d3b96566..b0d382c7 100644 --- a/dns/zonefile.py +++ b/dns/zonefile.py @@ -147,8 +147,6 @@ class Reader: # Type if self.force_rdtype is not None: rdtype = self.force_rdtype - # we need to unget the token we got, as there is always one - # outstanding at this point else: token = self._get_identifier() try: