Ignore no-name-in-module warnings in tests (#119401)
This commit is contained in:
parent
8620bef5b0
commit
5531e54745
6 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
import time
|
||||
|
||||
# pylint: disable-next=no-name-in-module
|
||||
from habluetooth.advertisement_tracker import ADVERTISING_TIMES_NEEDED
|
||||
import pytest
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
"""Tests for sensors."""
|
||||
|
||||
# pylint: disable-next=no-name-in-module
|
||||
from habluetooth.advertisement_tracker import ADVERTISING_TIMES_NEEDED
|
||||
import pytest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue