mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-25 01:30:16 +08:00
Disable pylint unused arg in __new__
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
478a4ce1fe
commit
486d25850f
@ -52,6 +52,7 @@ class BaseTarget(metaclass=ABCMeta):
|
||||
test_name = ""
|
||||
|
||||
def __new__(cls, *args, **kwargs):
|
||||
# pylint: disable=unused-argument
|
||||
cls.count += 1
|
||||
return super().__new__(cls)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user