diff --git a/think/pairing/devices.py b/think/pairing/devices.py index fc347c393..82d49f354 100644 --- a/think/pairing/devices.py +++ b/think/pairing/devices.py @@ -40,10 +40,6 @@ def _utc_now_iso() -> str: ) -def _empty_store() -> dict[str, list[Device]]: - return {"devices": []} - - def _clean_str(value: Any) -> str: return str(value or "").strip()