1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Enable all TID ruff rules (#126312)

* Enable ruff rule TID252

* One more

* comment
This commit is contained in:
epenet
2024-09-20 12:25:51 +02:00
committed by GitHub
parent 7433d2eca9
commit cd95c133af
5 changed files with 11 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ from homeassistant.core import HomeAssistant, callback
from homeassistant.helpers import debounce
from homeassistant.util.dt import utcnow
from ..common import async_fire_time_changed
from tests.common import async_fire_time_changed
_LOGGER = logging.getLogger(__name__)