Remove callback decorator from coroutine functions (#75626)
* Remove callback decorator from coroutine functions * Remove some more callback decorators
This commit is contained in:
parent
148f963510
commit
c05905ebda
12 changed files with 3 additions and 17 deletions
|
@ -22,7 +22,6 @@ _LOGGER = logging.getLogger(__name__)
|
|||
|
||||
|
||||
@singleton(DATA_NETWORK)
|
||||
@callback
|
||||
async def async_get_network(hass: HomeAssistant) -> Network:
|
||||
"""Get network singleton."""
|
||||
network = Network(hass)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue