chore(home-assistant): remove unused imports in object_id

This commit is contained in:
2026-07-14 20:06:21 -04:00
parent 9863029eb9
commit ac0f574d2b

View File

@@ -1,6 +1,3 @@
use std::convert::Infallible;
use pyo3::{prelude::*, types::PyString};
use python_utils::{FromPyFromStr, ToStrToPy};
use super::slug::Slug;