octavia/octavia/tests
Tom Weininger ba3bbfa866 pyupgrade changes for Python3.8+ (6)
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: I3924de7cd8e2d242006ec4f272ece0276053e2ed
2024-04-10 10:23:50 +02:00
..
common pyupgrade changes for Python3.8+ (6) 2024-04-10 10:23:50 +02:00
functional pyupgrade changes for Python3.8+ (6) 2024-04-10 10:23:50 +02:00
unit pyupgrade changes for Python3.8+ (6) 2024-04-10 10:23:50 +02:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
fixtures.py [sqlalchemy2] Disabling 'create_engine.convert_unicode' filter 2023-07-28 09:33:16 +00:00