mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Enable Ruff RSE (#113695)
This commit is contained in:
@@ -139,7 +139,7 @@ class ConditionError(HomeAssistantError):
|
||||
|
||||
def output(self, indent: int) -> Generator[str, None, None]:
|
||||
"""Yield an indented representation."""
|
||||
raise NotImplementedError()
|
||||
raise NotImplementedError
|
||||
|
||||
def __str__(self) -> str:
|
||||
"""Return string representation."""
|
||||
|
||||
Reference in New Issue
Block a user