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
2022-09-05 13:29:49 +02:00
2019-04-19 19:28:07 +00:00
2018-07-04 08:18:31 +07:00
2024-04-30 17:47:04 +09:00
2024-10-10 18:49:57 +09:00
2022-08-13 09:48:11 +08:00
2024-10-13 21:35:39 +09:00

Team and repository tags

image

oslo.concurrency

Latest Version

The oslo.concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.

Description
OpenStack library for all concurrency-related code
Readme 4.7 MiB
Languages
Python 100%