Replace isort with ruff (#94302)
This commit is contained in:
parent
ed3d38bb17
commit
c3936e6f14
56 changed files with 95 additions and 117 deletions
|
@ -2,8 +2,8 @@
|
|||
import pytest
|
||||
|
||||
from homeassistant.components import automation
|
||||
from homeassistant.components.NEW_DOMAIN import DOMAIN
|
||||
from homeassistant.components.device_automation import DeviceAutomationType
|
||||
from homeassistant.components.NEW_DOMAIN import DOMAIN
|
||||
from homeassistant.const import STATE_OFF, STATE_ON
|
||||
from homeassistant.core import HomeAssistant, ServiceCall
|
||||
from homeassistant.helpers import device_registry as dr, entity_registry as er
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue