Mark type hint as compulsory for entity.available property (#145189)

This commit is contained in:
epenet
2025-05-19 11:50:41 +02:00
committed by GitHub
parent f27b2c4df1
commit 8d83341308
16 changed files with 19 additions and 18 deletions

View File

@@ -676,6 +676,7 @@ _ENTITY_MATCH: list[TypeHintMatch] = [
TypeHintMatch(
function_name="available",
return_type="bool",
mandatory=True,
),
TypeHintMatch(
function_name="assumed_state",