Skip to content

Commit

Permalink
Remove accidentally committed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Judah Rand <17158624+judahrand@users.noreply.github.com>
  • Loading branch information
judahrand committed Jan 21, 2022
1 parent 623a3df commit 0d91f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/feast/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,6 @@ def _get_table_entity_values(
entity_name_to_join_key_map: Dict[str, str],
join_key_proto_values: Dict[str, List[Value]],
) -> Dict[str, List[Value]]:
""
# The correct join_keys expected by the OnlineStore for this Feature View.
table_join_keys = [
entity_name_to_join_key_map[entity_name] for entity_name in table.entities
Expand Down

0 comments on commit 0d91f6b

Please sign in to comment.