mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Fix grammar in loader comments (#139276)
https://github.com/home-assistant/core/pull/139270#discussion_r1970315129
This commit is contained in:
parent
51c09c2aa4
commit
19704cff04
@ -1435,7 +1435,7 @@ async def async_get_integrations(
|
||||
results[domain] = exc
|
||||
# We don't use set_exception because
|
||||
# we expect there will be cases where
|
||||
# the a future exception is never retrieved
|
||||
# the future exception is never retrieved
|
||||
future.set_result(exc)
|
||||
|
||||
return results
|
||||
|
Loading…
x
Reference in New Issue
Block a user