Remove HomeAssistantType from typing.py as it is no longer used. (#49593)

This commit is contained in:
jan iversen 2021-04-23 11:08:58 +02:00 committed by GitHub
parent 7579a321df
commit 39cb22374d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,6 @@ ConfigType = Dict[str, Any]
ContextType = homeassistant.core.Context
DiscoveryInfoType = Dict[str, Any]
EventType = homeassistant.core.Event
HomeAssistantType = homeassistant.core.HomeAssistant
ServiceCallType = homeassistant.core.ServiceCall
ServiceDataType = Dict[str, Any]
StateType = Union[None, str, int, float]