Skip to content

Commit

Permalink
Format repo config file
Browse files Browse the repository at this point in the history
Signed-off-by: Stanley Opara <[email protected]>
  • Loading branch information
Stanley Opara committed Jul 5, 2024
1 parent 3195382 commit b7df692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/feast/repo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def validate_path(cls, path: str, values: ValidationInfo) -> str:
return path.replace("postgresql://", "postgresql+psycopg://")
return path


class RepoConfig(FeastBaseModel):
"""Repo config. Typically loaded from `feature_store.yaml`"""

Expand Down

0 comments on commit b7df692

Please sign in to comment.