mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Mark geo_location methods and properties as mandatory in pylint plugin (#145313)
This commit is contained in:
parent
12376a2338
commit
b407792bd1
@ -1660,6 +1660,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
TypeHintMatch(
|
||||
function_name="source",
|
||||
return_type="str",
|
||||
mandatory=True,
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="distance",
|
||||
|
Loading…
x
Reference in New Issue
Block a user