oslo.versionedobjects/oslo_versionedobjects/tests
Takashi Kajinami c50057eb8d Run pyupgrade to clean up Python 2 syntaxes
Update all .py source files by
 $ pyupgrade --py3-only $(git ls-files | grep ".py$")
to modernize the code according to Python 3 syntaxes.

Also add the pyupgrade hook to pre-commit to avoid merging additional
Python 2 syntaxes.

Change-Id: Ia14b0f9ed4268677a77b557f04495655162f040e
2024-10-24 10:13:23 +09:00
..
__init__.py rename files 2015-02-02 15:07:55 -05:00
obj_fixtures.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
test_exception.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
test_fields.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
test_fixture.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00
test_objects.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-24 10:13:23 +09:00