python-designateclient/designateclient
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
..
functionaltests pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
hacking Add hacking check for line continuation backslash 2023-02-13 21:08:15 +00:00
osc Increase hacking version 2020-10-10 06:47:06 -06:00
tests pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
v2 pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
__init__.py Set client module __version__ 2017-02-06 15:44:00 +08:00
client.py pyupgrade changes for Python3.8+ 2023-11-17 09:42:13 -08:00
exceptions.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
version.py Rename Moniker -> Designate 2013-06-09 22:08:11 +01:00