Replace isort with ruff (#94302)
This commit is contained in:
parent
ed3d38bb17
commit
c3936e6f14
56 changed files with 95 additions and 117 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue