Fix pylint warning
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
14f255f332
commit
4f70b3cdb4
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ class TestData:
|
|||
self.last_test_num, self.old_tests = self.read_test_file(file_name)
|
||||
self.new_tests = []
|
||||
|
||||
# pylint: disable=no-self-use
|
||||
def read_test_file(self, file):
|
||||
"""
|
||||
Parse the test_suite_pkcs7.data file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue