designate/designate/tests/test_manage
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 Clean up test imports 2023-05-07 17:34:02 -07:00
test_database.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
test_pool.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
test_tlds.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
test_update_pool.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00