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:
parent
dc59073f25
commit
d5f883fbf0
169 changed files with 211 additions and 266 deletions
|
@ -3,7 +3,7 @@
|
|||
import pytest
|
||||
from pytest_unordered import unordered
|
||||
|
||||
import homeassistant.components.automation as automation
|
||||
from homeassistant.components import automation
|
||||
from homeassistant.components.cover import DOMAIN, CoverEntityFeature
|
||||
from homeassistant.components.device_automation import DeviceAutomationType
|
||||
from homeassistant.const import CONF_PLATFORM, EntityCategory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue