From 34d3b6c66c3aae7dea7263166ee32c6876c3923e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 17 Nov 2021 16:22:15 -0800 Subject: [PATCH] remove incorrect comment --- dns/zonefile.py | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.47.3