Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Dodla committed Mar 13, 2024
1 parent b8cc99d commit 00fdaa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/python/feast/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -1878,9 +1878,9 @@ def _get_entity_maps(
)
entity_name_to_join_key_map[entity_name] = join_key
for entity_column in feature_view.entity_columns:
entity_type_map[entity_column.name] = (
entity_column.dtype.to_value_type()
)
entity_type_map[
entity_column.name
] = entity_column.dtype.to_value_type()

return (
entity_name_to_join_key_map,
Expand Down

0 comments on commit 00fdaa9

Please sign in to comment.