Fix can not typo (#87254)

This commit is contained in:
epenet
2023-02-03 11:37:16 +01:00
committed by GitHub
parent b8a1f87073
commit 810367b757
27 changed files with 35 additions and 35 deletions

View File

@@ -207,7 +207,7 @@ class RequiredParameterMissing(HomeAssistantError):
class DependencyError(HomeAssistantError):
"""Raised when dependencies can not be setup."""
"""Raised when dependencies cannot be setup."""
def __init__(self, failed_dependencies: list[str]) -> None:
"""Initialize error."""