summaryrefslogtreecommitdiff
path: root/dns/rdtypes/mxbase.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-07-18 13:07:04 -0700
committerBob Halley <halley@dnspython.org>2020-07-20 13:41:22 -0700
commit7d81222f3e7f169333c9e88611cf1dedb12828be (patch)
tree8cb8acd06467e474be184483688ed3e61a2e117e /dns/rdtypes/mxbase.py
parenta7604f891512ca99141c2068a4c57af45db62880 (diff)
downloaddnspython-7d81222f3e7f169333c9e88611cf1dedb12828be.tar.gz
a way of doing commentscomments
Diffstat (limited to 'dns/rdtypes/mxbase.py')
-rw-r--r--dns/rdtypes/mxbase.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/rdtypes/mxbase.py b/dns/rdtypes/mxbase.py
index d6a6efe..723b762 100644
--- a/dns/rdtypes/mxbase.py
+++ b/dns/rdtypes/mxbase.py
@@ -44,7 +44,6 @@ class MXBase(dns.rdata.Rdata):
relativize_to=None):
preference = tok.get_uint16()
exchange = tok.get_name(origin, relativize, relativize_to)
- tok.get_eol()
return cls(rdclass, rdtype, preference, exchange)
def _to_wire(self, file, compress=None, origin=None, canonicalize=False):