Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed Oct 3, 2024
1 parent 934c1e9 commit 0ce93f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/passthrough_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def ingest_df(
self.repo_config, feature_view, rows_to_write, progress=None
)
else:
if hasattr(feature_view, 'entity_columns'):
if hasattr(feature_view, "entity_columns"):
join_keys = {
entity.name: entity.dtype.to_value_type()
for entity in feature_view.entity_columns
Expand Down

0 comments on commit 0ce93f2

Please sign in to comment.