Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <[email protected]>
  • Loading branch information
achals committed Oct 24, 2021
1 parent b6a4664 commit e67e582
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdk/python/feast/infra/key_encoding_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ def serialize_entity_key_prefix(entity_keys: List[str]) -> bytes:
This encoding is a partial implementation of serialize_entity_key, only operating on the keys of entities,
and not the values.
:param entity_keys: Join keys representing the entities for a feature view.
:return: a bytestring.
"""
sorted_keys = sorted(entity_keys)
output: List[bytes] = []
Expand Down

0 comments on commit e67e582

Please sign in to comment.