mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Enable RUF023 (#135830)
This commit is contained in:
committed by
GitHub
parent
23e04ced9c
commit
ef8b8fbbaa
@@ -23,11 +23,11 @@ class TraceElement:
|
||||
"_child_run_id",
|
||||
"_error",
|
||||
"_last_variables",
|
||||
"path",
|
||||
"_result",
|
||||
"reuse_by_child",
|
||||
"_timestamp",
|
||||
"_variables",
|
||||
"path",
|
||||
"reuse_by_child",
|
||||
)
|
||||
|
||||
def __init__(self, variables: TemplateVarsType, path: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user