designate/designate/api/admin/controllers/extensions
Erik Olof Gunnar Andersson 68fc28527a 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: Idfa757d7ba238012db116fdb3e98cc7c5ff4b169
2023-11-03 11:19:07 +00:00
..
__init__.py Add Admin API and add extensions 2015-03-18 16:32:54 +00:00
counts.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
export.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
quotas.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
reports.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
tenants.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
zones.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00