mirror of
https://github.com/certbot/certbot.git
synced 2026-07-29 16:36:47 +02:00
pcoverage fix
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user