octavia/octavia/amphorae/drivers/haproxy
Tom Weininger 69552a2082 pyupgrade changes for Python3.8+ (1)
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: I8560b5440c0c2338e468b12d8c4abcc47a8fb50a
2024-04-10 10:23:44 +02:00
..
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
data_models.py fix tox python3 overrides 2018-06-27 09:32:00 +08:00
exceptions.py Fix new pylint errors 2020-08-21 15:00:27 +02:00
rest_api_driver.py pyupgrade changes for Python3.8+ (1) 2024-04-10 10:23:44 +02:00