Fix Pylint-detected function argument syntax error

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
Yuto Takano 2021-08-06 22:01:37 +01:00
parent 25eeb7b935
commit 9e0e0e9980

View File

@ -560,7 +560,7 @@ class NameCheck(object):
return symbols return symbols
def perform_checks(self, show_problems: True): def perform_checks(self, show_problems=True):
""" """
Perform each check in order, output its PASS/FAIL status. Maintain an Perform each check in order, output its PASS/FAIL status. Maintain an
overall test status, and output that at the end. overall test status, and output that at the end.