python-designateclient/designateclient/v2
Erik Olof Gunnar Andersson b6e78fefdd pyupgrade changes for Python3.8+
Result of running

$ pyupgrade --py38-plus $(git ls-files | grep ".py$")

This was inspired by Nova [1] and Octavia [2]

Fixed PEP8 errors introduced by pyupgrade by running:

$ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
  --in-place designate

and manual updates.

[1]: https://review.opendev.org/c/openstack/nova/+/896986
[2]: https://review.opendev.org/c/openstack/octavia/+/899263

Change-Id: I27d09edb7e75081379002615f4ecdb1aa007dbcf
2023-11-17 09:42:13 -08:00
..
cli pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
__init__.py V2 Bindings 2015-05-07 17:23:09 +02:00
base.py Move all V2 Controllers to inherit from the v2 2016-03-29 14:45:36 +01:00
blacklists.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
client.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
limits.py Move all V2 Controllers to inherit from the v2 2016-03-29 14:45:36 +01:00
nameservers.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
pools.py Add pool listing to python designate client 2016-06-14 17:11:11 -07:00
quotas.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
recordsets.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
reverse.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
service_statuses.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
tlds.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
tsigkeys.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
utils.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
zones.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00