designate/tools
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
..
mysql_pending_notify_bench Add delayed NOTIFY 2016-02-17 15:24:00 +00:00
install_venv.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
install_venv_common.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
pretty_flake8.py Merge "[part1]:Remove six" 2020-10-14 13:32:58 +00:00
pretty_flake8.sh Test - add nicer formating to flake8 output 2015-07-08 18:29:30 +01:00
with_venv.sh Update install_venv from Oslo 2014-04-11 14:12:31 +01:00