mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 20:32:36 +01:00
framework: pep8 fixes
Fix issues reported by flake8.
This commit is contained in:
committed by
Marc Bonnici
parent
88c5005b38
commit
03eafe6b33
@@ -130,7 +130,7 @@ class CpuidleInfo(object):
|
||||
|
||||
def __repr__(self):
|
||||
return 'Cpuidle({}/{} {} states)'.format(
|
||||
self.governor, self.driver, self.num_states)
|
||||
self.governor, self.driver, self.num_states)
|
||||
|
||||
__str__ = __repr__
|
||||
|
||||
|
Reference in New Issue
Block a user