Fix typo in cloud (#93917)

This commit is contained in:
Erik Montnemery 2023-06-01 15:21:15 +02:00 committed by GitHub
parent 6c7d922def
commit 1a3d6bbb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ GOOGLE_SETTINGS_VERSION = 3
class CloudPreferencesStore(Store):
"""Store entity registry data."""
"""Store cloud preferences."""
async def _async_migrate_func(
self, old_major_version: int, old_minor_version: int, old_data: dict[str, Any]