mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +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
|
||||
async def async_restore_backup(self, slug: str, **kwargs: Any) -> None:
|
||||
"""Restpre a backup."""
|
||||
"""Restore a backup."""
|
||||
|
||||
@abc.abstractmethod
|
||||
async def async_create_backup(self, **kwargs: Any) -> Backup:
|
||||
|
Loading…
x
Reference in New Issue
Block a user