Tom Weininger 6bbdd48815 pyupgrade changes for Python3.8+ (7)
Result of running

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

This was inspired by Nova [1]

Fixed PEP8 errors introduced by pyupgrade by running:

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

and manual updates.

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

Change-Id: I9399730fed16b85686caa586788a1bc03ebd123a
2024-04-10 10:35:37 +02:00
..
2023-03-03 11:15:48 +00:00
2023-09-15 14:16:46 +00:00
2024-03-14 19:54:08 +00:00
2024-04-10 10:35:37 +02:00
2024-03-14 19:54:08 +00:00
2016-09-27 20:29:49 +00:00
2017-02-03 19:18:37 +00:00
2017-08-11 14:47:46 +00:00
2018-02-08 14:33:44 +00:00
2018-08-09 10:27:51 +00:00
2019-03-21 17:27:40 +00:00
2019-09-26 19:54:38 +00:00
2020-04-23 15:45:08 -05:00
2022-09-15 09:21:26 +00:00