Unignore Ruff PLR in tests (#114470)

* Unignore Ruff PLR in tests

* Address review comments

* review comments

* fix import

* Update test_api.py

* Update test_api.py

* Update test_api.py
This commit is contained in:
Sid 2024-04-01 11:11:59 +02:00 committed by GitHub
parent dc59073f25
commit d5f883fbf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
169 changed files with 211 additions and 266 deletions

View file

@ -6,7 +6,7 @@ from unittest.mock import patch
from freezegun.api import FrozenDateTimeFactory
import pytest
import homeassistant.components.automation as automation
from homeassistant.components import automation
from homeassistant.components.homeassistant.triggers import state as state_trigger
from homeassistant.const import (
ATTR_ENTITY_ID,