mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix typo in BaseBackupManager.async_restore_backup (#130329)
This commit is contained in:
parent
5497c440d9
commit
88480d154a
@ -126,7 +126,7 @@ class BaseBackupManager(abc.ABC):
|
|||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
async def async_restore_backup(self, slug: str, **kwargs: Any) -> None:
|
async def async_restore_backup(self, slug: str, **kwargs: Any) -> None:
|
||||||
"""Restpre a backup."""
|
"""Restore a backup."""
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
async def async_create_backup(self, **kwargs: Any) -> Backup:
|
async def async_create_backup(self, **kwargs: Any) -> Backup:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user