certbot/certbot-ci/certbot_integration_tests/utils
Adrien Ferrand dd6f2f565e
Convert Python 2 type hints to Python 3 types annotations (#8640)
Fixes #8427

This PR converts the Python 2 types hints into Python 3 types annotations. I have used the project https://github.com/ilevkivskyi/com2ann which has been designed for that specific purpose and did that very well.

The only remaining things to do were to fix broken type hints that became wrong code after migration, and to fix lines too long with the new syntax.

* Raw execution of com2ann

* Fixing broken type annotations

* Cleanup imports
2021-03-10 11:51:27 -08:00
..
__init__.py [Unix] Create a framework for certbot integration tests: PART 1 (#6578) 2019-03-01 13:18:06 -08:00
acme_server.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
certbot_call.py Removed Python legacy __future__ imports (#8697) 2021-03-05 16:53:20 -08:00
constants.py Fix test farm tests by using a local Pebble instance (#8561) 2020-12-22 10:24:20 -08:00
dns_server.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
misc.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
pebble_artifacts.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
pebble_ocsp_server.py Remove dependency on six (#8650) 2021-02-09 11:43:15 -08:00
proxy.py Remove dependency on six (#8650) 2021-02-09 11:43:15 -08:00