From 60e3a1fc5f0cb0fae8d8168eda02c44eff696068 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Fri, 27 Sep 2024 15:17:54 +0200 Subject: [PATCH] Fix ruff import validation (#126917) --- homeassistant/components/recorder/migration.py | 1 - 1 file changed, 1 deletion(-) 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, )