Replace isort with ruff (#94302)

This commit is contained in:
Franck Nijhof 2023-06-08 23:43:56 +02:00 committed by GitHub
parent ed3d38bb17
commit c3936e6f14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 95 additions and 117 deletions

View file

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