mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Fix can not typo (#87254)
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user