Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Braden <sarah.braden@hireiqinc.com>2018-05-14 20:30:38 +0300
committerSarah Braden <sarah.braden@hireiqinc.com>2018-05-14 20:30:38 +0300
commit4bd9f4dac487928131a2df67ed8227a40e4f9254 (patch)
tree3aaac2d857f6b7bfc775082b4a7e6aaa70ad87a2 /mypy.ini
parenta0775f42baac28e5dc15206a5647c15e2c9eba8f (diff)
fix for issue #5970 regarding certbot-dns-google
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index 29b3ee7a6..f5ab78490 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -5,5 +5,5 @@ ignore_missing_imports = True
[mypy-acme.*]
check_untyped_defs = True
-[mypy-certbot_dns_dnsmadeeasy.*]
+[mypy-certbot_dns_google.*]
check_untyped_defs = True \ No newline at end of file