Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Oct 1, 2024
1 parent 7c86a93 commit 4ebf748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aiogcd/connector/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ async def get_entities_by_keys(self, keys: Iterable[Key],
deferred: Optional[list[Key]] = None,
eventual: bool = False):
"""Returns entity objects for the given keys or an empty list in case
no entity is found.
no entity is found. The order of entities might not be equal to the
order of provided keys.
:param keys: list of Key objects
:return: list of Entity objects.
Expand Down

0 comments on commit 4ebf748

Please sign in to comment.