0880fb6eb50a9e3e9ad7d1a91ebf9800133d36e7

Update all .py source files by $ pyupgrade --py3-only $(git ls-files | grep ".py$") to modernize the code according to Python 3 syntaxes. pep8 errors are fixed by $ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \ --in-place oslo_vmware Also add the pyupgrade hook to pre-commit to avoid merging additional Python 2 syntaxes. Change-Id: I1b34f8026d69db4485b2eec03767e54331e7817c
Team and repository tags
oslo.vmware --- VMware support code for OpenStack
The Oslo VMware library provides support for common VMware operations and APIs.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/oslo.vmware/latest/
- Source: https://opendev.org/openstack/oslo.vmware
- Bugs: https://bugs.launchpad.net/oslo.vmware
- Release notes: https://docs.openstack.org/releasenotes/oslo.vmware/
Description
Languages
Python
100%