mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
framework/entrypoint: Calm pylint
This commit is contained in:
parent
f935c48d47
commit
33e5eae887
@ -31,6 +31,8 @@ from wa.utils.doc import format_body
|
||||
|
||||
warnings.filterwarnings(action='ignore', category=UserWarning, module='zope')
|
||||
|
||||
# Disable this to avoid false positive from dynamically-created attributes.
|
||||
# pylint: disable=no-member
|
||||
|
||||
logger = logging.getLogger('command_line')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user