Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sdk/python/feast/infra/registry/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def __init__(
self._sync_feast_metadata_to_projects_table()
except FileNotFoundError:
logger.info("Registry file not found. Creating new registry.")
finally:
self.commit()

def _sync_feast_metadata_to_projects_table(self):
Expand Down