1
0
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:
epenet
2024-06-11 15:04:00 +02:00
committed by GitHub
parent e57bac6da8
commit 65befcf5d4
7 changed files with 46 additions and 35 deletions

View File

@@ -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,