mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 06:13:54 +02:00
`typing.Type` is deprecated in favor of built-in `type`. In strict mode,`find_ancestors` needs to be more specific about what it actually returns, due to covariance and generics and such. ``` $ mypy --strict certbot-apache/certbot_apache/_internal/dualparser.py Success: no issues found in 1 source file ```