mirror of
https://github.com/home-assistant/core.git
synced 2025-11-04 16:39:28 +00:00
Complete some incomplete type hints in helpers (#25953)
This commit is contained in:
committed by
Paulus Schoutsen
parent
3525728abc
commit
aa508b5106
@@ -27,8 +27,7 @@ import homeassistant.util.yaml.loader as yaml_loader
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
|
||||
|
||||
# mypy: allow-incomplete-defs, allow-untyped-calls, allow-untyped-defs
|
||||
# mypy: no-warn-return-any
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs, no-warn-return-any
|
||||
|
||||
CheckConfigError = namedtuple("CheckConfigError", "message domain config")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user