ddfd7994 | 16-Feb-2023 |
George Keishing <gkeishin@in.ibm.com> |
CT metric code pylint clean up
Changes: - W0611: Unused import - C0116: Missing function or method docstring - W1514: Using open without explicitly specifying an encoding - R1732: Co
CT metric code pylint clean up
Changes: - W0611: Unused import - C0116: Missing function or method docstring - W1514: Using open without explicitly specifying an encoding - R1732: Consider using 'with' for resource-allocating operations - C0103: Variable name - C0115: Missing class docstring - R1722: Consider using 'sys.exit'
Tested: - Ran the script with test data.
Change-Id: I2f2930ee488e88cb40ab37cae575619d020c5919 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|