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

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