Takashi Kajinami
b3eb108ad3
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: Ieaccbf47ceccade0bd109f42769e42bca0edd0f4
Oslo Metrics Library
This Oslo metrics API supports collecting metrics data from other Oslo libraries and exposing the metrics data to monitoring system.
Description
Languages
Python
100%