Enable Ruff RSE (#113695)
This commit is contained in:
parent
685553d17d
commit
82a60fe8ad
155 changed files with 325 additions and 324 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue