Fix unifiprotect TypeVar inheritance (#70782)
This commit is contained in:
parent
abdf5bb86a
commit
a5fa40180c
5 changed files with 9 additions and 10 deletions
|
@ -46,7 +46,7 @@ class ProtectRequiredKeysMixin(EntityDescription, Generic[T]):
|
|||
|
||||
|
||||
@dataclass
|
||||
class ProtectSetableKeysMixin(ProtectRequiredKeysMixin, Generic[T]):
|
||||
class ProtectSetableKeysMixin(ProtectRequiredKeysMixin[T]):
|
||||
"""Mixin for settable values."""
|
||||
|
||||
ufp_set_method: str | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue