1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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
117 changed files with 135 additions and 580 deletions

View File

@@ -3,11 +3,7 @@ from unittest import mock
from unittest.mock import patch
import homeassistant.components.datadog as datadog
from homeassistant.const import (
EVENT_LOGBOOK_ENTRY,
STATE_OFF,
STATE_ON,
)
from homeassistant.const import EVENT_LOGBOOK_ENTRY, STATE_OFF, STATE_ON
from homeassistant.core import HomeAssistant
from homeassistant.setup import async_setup_component