monasca-common/monasca_common/validation
Doug Hellmann 2a362bea97 ignore python2-specific code under python3 for pep8
The type 'long' no longer exists under python 3. The runtime execution
of the code using it in the metrics module already detects the python
version, but when the linter is run under python 3 it does not apply
the same check. Add a noqa pragma to tell the linter to ignore the
line where 'long' is referenced to avoid an error.

Change-Id: If806e6461358ea523708eceed6fdcc3dfb8d75a9
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 17:03:33 -04:00
..
__init__.py Move metric validation from agent to monasca common 2016-09-01 13:38:39 -06:00
metrics.py ignore python2-specific code under python3 for pep8 2018-06-06 17:03:33 -04:00