mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Fix grammar in loader comments (#139276)
https://github.com/home-assistant/core/pull/139270#discussion_r1970315129
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user