oslo.concurrency/oslo_concurrency/tests
Takashi Kajinami 1f5ba0ca87 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: I9d54c11642acb341cc5db1267f5a91d4740f932c
2024-10-21 19:21:49 +09:00
..
unit Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:21:49 +09:00
__init__.py Remove workaround for eventlet bug #592 2024-09-28 09:51:30 +09:00