mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix import pylint warning in core tests (#119359)
This commit is contained in:
@@ -7,7 +7,7 @@ import pytest
|
||||
from homeassistant import const
|
||||
from homeassistant.components import sensor
|
||||
|
||||
from tests.common import (
|
||||
from .common import (
|
||||
help_test_all,
|
||||
import_and_test_deprecated_constant,
|
||||
import_and_test_deprecated_constant_enum,
|
||||
|
||||
Reference in New Issue
Block a user