mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
fix for issue #5970 regarding certbot-dns-google
This commit is contained in:
parent
a0775f42ba
commit
4bd9f4dac4
1 changed files with 1 additions and 1 deletions
2
mypy.ini
2
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
|
||||
Loading…
Reference in a new issue