oslo.privsep/oslo_privsep/functional
Takashi Kajinami d664c17409 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: Ic65f3ab3bd46678c9b604516bc5c99458207a2ff
2024-10-21 20:01:00 +09:00
..
__init__.py Add functional tests 2019-12-11 10:26:01 +00:00
test_daemon.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:01:00 +09:00