1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Type hint additions (#26831)

* Type hint additions

* Remove optional from sidebar_icon comment

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Remove optional from sidebar_title comment

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Fix issues after rebase and mypy 0.730
This commit is contained in:
Ville Skyttä
2019-09-29 20:07:49 +03:00
committed by GitHub
parent 4f55235aa2
commit f259ff17d5
27 changed files with 184 additions and 68 deletions

View File

@@ -17,6 +17,9 @@ from homeassistant.components.notify import (
BaseNotificationService,
)
# mypy: allow-untyped-calls, allow-untyped-defs
_LOGGER = logging.getLogger(__name__)
CONF_SERVICES = "services"