mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
pcoverage fix
This commit is contained in:
parent
2d8de74f4a
commit
1ff121b616
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from acme import dns_resolver
|
|||
try:
|
||||
import dns
|
||||
except ImportError: # pragma: no cover
|
||||
dns = Nones
|
||||
dns = None
|
||||
|
||||
|
||||
class TxtRecordsForNameTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue