From: Bob Halley Date: Thu, 27 Aug 2020 15:26:04 +0000 (-0700) Subject: lint X-Git-Tag: v2.1.0rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638ff1b0c2247cd050076bec0a250060b3747b97;p=thirdparty%2Fdnspython.git lint --- diff --git a/dns/rdtypes/ANY/SMIMEA.py b/dns/rdtypes/ANY/SMIMEA.py index 3e504893..ff04b9c9 100644 --- a/dns/rdtypes/ANY/SMIMEA.py +++ b/dns/rdtypes/ANY/SMIMEA.py @@ -4,4 +4,5 @@ from dns.rdtypes.ANY.TLSA import TLSA @dns.immutable.immutable class SMIMEA(TLSA): - """SMIMEA record, same format as TLSA per https://tools.ietf.org/html/rfc8162#section-2""" + """SMIMEA record, same format as TLSA per + https://tools.ietf.org/html/rfc8162#section-2"""