From: Bob Halley Date: Fri, 19 Jun 2020 14:14:40 +0000 (-0700) Subject: eliminate coverage noise X-Git-Tag: v2.0.0rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73aa1bf03d2f6660b5a77399528fbf4de57ef42;p=thirdparty%2Fdnspython.git eliminate coverage noise --- diff --git a/dns/version.py b/dns/version.py index d43a0d0e..a9d24615 100644 --- a/dns/version.py +++ b/dns/version.py @@ -28,7 +28,7 @@ RELEASELEVEL = 0x0c #: SERIAL SERIAL = 1 -if RELEASELEVEL == 0x0f: +if RELEASELEVEL == 0x0f: # pragma: no cover #: version version = '%d.%d.%d' % (MAJOR, MINOR, MICRO) elif RELEASELEVEL == 0x00: # pragma: no cover