mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 08:12:22 +01:00
preen
This commit is contained in:
@@ -58,7 +58,8 @@ async def test_defer_fifo_simple(
|
||||
# Get the event loop
|
||||
loop = asyncio.get_running_loop()
|
||||
|
||||
# Subscribe to states (events are delivered as EventStates through subscribe_states)
|
||||
# Subscribe to states
|
||||
# (events are delivered as EventStates through subscribe_states)
|
||||
test_complete_future: asyncio.Future[bool] = loop.create_future()
|
||||
test_result_future: asyncio.Future[bool] = loop.create_future()
|
||||
|
||||
|
Reference in New Issue
Block a user