diff --git a/homeassistant/components/recorder/core.py b/homeassistant/components/recorder/core.py index a3163d5b39614..d562c62b81455 100644 --- a/homeassistant/components/recorder/core.py +++ b/homeassistant/components/recorder/core.py @@ -350,7 +350,7 @@ def _async_commit(self, now: datetime) -> None: self.queue_task(COMMIT_TASK) @callback - def async_add_executor_job[_T]( + def async_add_executor_job[_T]( # TODO self, target: Callable[..., _T], *args: Any ) -> asyncio.Future[_T]: """Add an executor job from within the event loop."""