neutron-vpnaas/tools
elajkat 00ef4b0867 pyupgrade changes for Python3.9+
As discussed at the Epoxy PTG meeting, run an automated
upgrade tool to make code python 3.9+ compliant.

This patch is for pylint.

Result of running:

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

Fixed PEP8 errors introduced by pyupgrade by running:

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

Also did manual updates as necessary to fix other errors
and warnings after above commands.

Inspired by Octavia and Nova [0].

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

Change-Id: I610efe1a9f20a2a799c40bcf62b98e65e70f0982
2024-11-14 10:13:53 +01:00
..
check_i18n_test_case.txt Add script for checking i18n message 2012-12-10 17:29:54 +08:00
check_i18n.py pyupgrade changes for Python3.9+ 2024-11-14 10:13:53 +01:00
check_unit_test_structure.sh Remove executable from python files which don't really needs it 2024-04-29 14:41:31 +02:00
clean.sh VPNaaS: Remove check for bash usage 2015-04-07 16:18:04 +00:00
configure_for_vpn_func_testing.sh Pin isort to 4.3.21 2020-08-12 10:21:24 +02:00
deploy_rootwrap.sh VPN as a Service (VPNaaS) Agent 2017-10-23 09:24:28 +07:00
generate_config_file_samples.sh Automatically generate neutron VPNaaS configuration files 2015-12-11 11:03:33 +00:00
i18n_cfg.py Fix message i18n error 2013-09-08 15:58:12 +08:00
test_script.sh Replace neutron CLI with openstack CLI 2019-02-27 04:24:25 +00:00
with_venv.sh VPNaaS: Remove check for bash usage 2015-04-07 16:18:04 +00:00