remove unused test helper function

This commit is contained in:
farmio 2025-07-02 21:53:28 +02:00
parent c52775923e
commit d019de713b

View File

@ -108,12 +108,6 @@ class KNXTestKit:
self.xknx = args[0] self.xknx = args[0]
return DEFAULT return DEFAULT
def state_update_register_mock(*args, **kwargs):
"""Mock the state updater registration."""
if state_updater:
return DEFAULT
return DEFAULT
if config_store_fixture: if config_store_fixture:
self.hass_storage[ self.hass_storage[
KNX_CONFIG_STORAGE_KEY KNX_CONFIG_STORAGE_KEY