mirror of
https://github.com/home-assistant/core.git
synced 2026-09-05 10:05:52 -05:00
Fix stale docstring in recorder (#153811)
This commit is contained in:
@@ -2490,7 +2490,7 @@ class BaseMigration(ABC):
|
||||
start_schema_version: int,
|
||||
migration_changes: dict[str, int],
|
||||
) -> None:
|
||||
"""Initialize a new BaseRunTimeMigration.
|
||||
"""Initialize a new BaseMigration.
|
||||
|
||||
:param initial_schema_version: The schema version the database was created with.
|
||||
:param start_schema_version: The schema version when starting the migration.
|
||||
|
||||
Reference in New Issue
Block a user