Remove quotes surrounding annotations (#117817)
This commit is contained in:
parent
1ad8151bd1
commit
bc2ee96cae
18 changed files with 59 additions and 23 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue