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

@ -12,8 +12,8 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
from . import CONF_INVERT_LOGIC, DEFAULT_INVERT_LOGIC
from .. import remote_rpi_gpio
from . import CONF_INVERT_LOGIC, DEFAULT_INVERT_LOGIC
CONF_PORTS = "ports"