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
|
@ -18,10 +18,7 @@ from homeassistant.core import HomeAssistant, callback
|
|||
from homeassistant.util.dt import utcnow
|
||||
|
||||
from tests.common import async_fire_time_changed
|
||||
from tests.typing import (
|
||||
MockHAClientWebSocket,
|
||||
WebSocketGenerator,
|
||||
)
|
||||
from tests.typing import MockHAClientWebSocket, WebSocketGenerator
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue