Ruff: isort don't split imports based on trailing comma (#98162)
This commit is contained in:
parent
726b0c5179
commit
868a5f377f
117 changed files with 135 additions and 580 deletions
|
@ -10,9 +10,7 @@ from homeassistant.components.binary_sensor import (
|
|||
BinarySensorEntityDescription,
|
||||
)
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import (
|
||||
EntityCategory,
|
||||
)
|
||||
from homeassistant.const import EntityCategory
|
||||
from homeassistant.core import HomeAssistant, callback
|
||||
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue