Skip to content

Commit 5f67dfd

Browse files
mathieuchopstmnashif
authored andcommitted
twister: device-handler: silence no-name-in-module warning
Silence CI warning caused by line "from . import ZEPHYR_BASE". This is a legitimate pattern, but pylint seems unable to deduce so. Many other scripts perform a similar silencing. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent f16f13d commit 5f67dfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tests/twister/test_handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
from twisterlib.hardwaremap import DUT
3333
from twisterlib.statuses import TwisterStatus
3434

35+
# pylint: disable=no-name-in-module
3536
from . import ZEPHYR_BASE
3637

3738

0 commit comments

Comments
 (0)