Enforce UpdateEntityFeature (#82465)

This commit is contained in:
epenet
2022-11-22 07:16:53 +01:00
committed by GitHub
parent ff5f1aee53
commit ab26ea06b9
3 changed files with 5 additions and 5 deletions

View File

@@ -2345,7 +2345,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
),
TypeHintMatch(
function_name="supported_features",
return_type=["UpdateEntityFeature", "int"],
return_type="UpdateEntityFeature",
),
TypeHintMatch(
function_name="title",