Remove quotes surrounding annotations (#117817)

This commit is contained in:
Marc Mueller 2024-05-20 22:06:58 +02:00 committed by GitHub
parent 1ad8151bd1
commit bc2ee96cae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 59 additions and 23 deletions

View file

@ -1,5 +1,7 @@
"""Describe group states."""
from __future__ import annotations
from typing import TYPE_CHECKING
from homeassistant.const import (
@ -20,7 +22,7 @@ if TYPE_CHECKING:
@callback
def async_describe_on_off_states(
hass: HomeAssistant, registry: "GroupIntegrationRegistry"
hass: HomeAssistant, registry: GroupIntegrationRegistry
) -> None:
"""Describe group on off states."""
registry.on_off_states(