parent
ad992f0a86
commit
9f691ab359
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ REQUEST_REFRESH_DEFAULT_IMMEDIATE = True
|
|||
|
||||
_T = TypeVar("_T")
|
||||
_DataUpdateCoordinatorT = TypeVar(
|
||||
"_DataUpdateCoordinatorT", bound="DataUpdateCoordinator"
|
||||
"_DataUpdateCoordinatorT", bound="DataUpdateCoordinator[Any]"
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue