Ruff: isort don't split imports based on trailing comma (#98162)

This commit is contained in:
Franck Nijhof 2023-08-10 14:27:03 +02:00 committed by GitHub
parent 726b0c5179
commit 868a5f377f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
117 changed files with 135 additions and 580 deletions

View file

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