diff --git a/homeassistant/components/recorder/migration.py b/homeassistant/components/recorder/migration.py index 85455d109e5..5180a0c440c 100644 --- a/homeassistant/components/recorder/migration.py +++ b/homeassistant/components/recorder/migration.py @@ -106,7 +106,6 @@ from .util import ( database_job_retry_wrapper, execute_stmt_lambda_element, get_index_by_name, - retryable_database_job, retryable_database_job_method, session_scope, )