Remove str from update device class (#83399)
This commit is contained in:
@@ -2325,7 +2325,7 @@ _INHERITANCE_MATCH: dict[str, list[ClassTypeHintMatch]] = {
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="device_class",
|
||||
return_type=["UpdateDeviceClass", "str", None],
|
||||
return_type=["UpdateDeviceClass", None],
|
||||
),
|
||||
TypeHintMatch(
|
||||
function_name="in_progress",
|
||||
|
||||
Reference in New Issue
Block a user