Replace isort with ruff (#94302)

This commit is contained in:
Franck Nijhof 2023-06-08 23:43:56 +02:00 committed by GitHub
parent ed3d38bb17
commit c3936e6f14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 95 additions and 117 deletions

View file

@ -28,10 +28,10 @@ from .const import ( # noqa: F401
DEFAULT_EXPOSE_BY_DEFAULT,
DEFAULT_EXPOSED_DOMAINS,
DOMAIN,
EVENT_QUERY_RECEIVED, # noqa: F401
SERVICE_REQUEST_SYNC,
SOURCE_CLOUD,
)
from .const import EVENT_QUERY_RECEIVED # noqa: F401
from .http import GoogleAssistantView, GoogleConfig
from .const import EVENT_COMMAND_RECEIVED, EVENT_SYNC_RECEIVED # noqa: F401, isort:skip