Ignore no-name-in-module warnings in tests (#119401)

This commit is contained in:
epenet 2024-06-11 16:37:07 +02:00 committed by GitHub
parent 8620bef5b0
commit 5531e54745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,7 @@
import time
# pylint: disable-next=no-name-in-module
from habluetooth.advertisement_tracker import ADVERTISING_TIMES_NEEDED
import pytest

View file

@ -1,5 +1,6 @@
"""Tests for sensors."""
# pylint: disable-next=no-name-in-module
from habluetooth.advertisement_tracker import ADVERTISING_TIMES_NEEDED
import pytest