Adjust targets type hint in notify platform (#90062)
This commit is contained in:
parent
a036e31495
commit
3058cc8d56
2 changed files with 3 additions and 3 deletions
|
@ -2035,7 +2035,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
|||
matches=[
|
||||
TypeHintMatch(
|
||||
function_name="targets",
|
||||
return_type=["dict[str, Any]", None],
|
||||
return_type=["Mapping[str, Any]", None],
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="send_message",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue