mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Change todo move API to reference previous uid (#102795)
This commit is contained in:
@@ -2469,7 +2469,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
function_name="async_move_todo_item",
|
||||
arg_types={
|
||||
1: "str",
|
||||
2: "int",
|
||||
2: "str | None",
|
||||
},
|
||||
return_type="None",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user