mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix Pylint-detected function argument syntax error
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
@ -560,7 +560,7 @@ class NameCheck(object):
|
||||
|
||||
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
|
||||
overall test status, and output that at the end.
|
||||
|
Reference in New Issue
Block a user