certbot/acme/acme
Brad Warren 7f9857a81b
Use Python 3 style super (#8777)
This is one of the things that newer versions of `pylint` complains about.

* git grep -l super\( | xargs sed -i 's/super([^)]*)/super()/g'

* fix spacing
2021-04-08 13:04:51 -07:00
..
__init__.py Drop Python 2 support (#8591) 2021-01-25 15:07:43 -08:00
challenges.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
client.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
crypto_util.py Convert Python 2 type hints to Python 3 types annotations (#8640) 2021-03-10 11:51:27 -08:00
errors.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
fields.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
jws.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
magic_typing.py Deprecate acme.typing_magic module, stop using it in certbot (#8643) 2021-03-09 16:12:32 -08:00
messages.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
mixins.py Use Python 3 style super (#8777) 2021-04-08 13:04:51 -07:00
standalone.py Upgrade to mypy 0.812 (#8748) 2021-04-02 11:54:40 -07:00
util.py Remove dependency on six (#8650) 2021-02-09 11:43:15 -08:00