Update typing 16 (#48087)

This commit is contained in:
Marc Mueller
2021-03-18 22:58:19 +01:00
committed by GitHub
parent 0f5efca76b
commit 4cb7718192
59 changed files with 180 additions and 166 deletions

View File

@@ -253,7 +253,7 @@ class AlexaEntity:
The API handlers should manipulate entities only through this interface.
"""
def __init__(self, hass: HomeAssistant, config: "AbstractConfig", entity: State):
def __init__(self, hass: HomeAssistant, config: AbstractConfig, entity: State):
"""Initialize Alexa Entity."""
self.hass = hass
self.config = config