Skip to content

Commit

Permalink
fix: lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zabarn committed Oct 16, 2024
1 parent 678a790 commit a50905c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/python/feast/expediagroup/provider/expedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ def update_infra(
materialization_update: bool = False,
):
if self.online_store:
if materialization_update or not getattr(self.repo_config.online_store, "lazy_table_creation", False):
if materialization_update or not getattr(
self.repo_config.online_store, "lazy_table_creation", False
):
self.online_store.update(
config=self.repo_config,
tables_to_delete=tables_to_delete,
Expand Down

0 comments on commit a50905c

Please sign in to comment.