Skip to content

Commit 5d6419a

Browse files
mailtoboggavarapu-coderntkathole
authored andcommitted
fix(store): fix list_saved_datasets indentation in feature_store.py
1 parent b18ba31 commit 5d6419a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/feast/feature_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3414,7 +3414,7 @@ def delete_project(self, name: str, commit: bool = True) -> None:
34143414
"""
34153415
return self.registry.delete_project(name, commit=commit)
34163416

3417-
def list_saved_datasets(
3417+
def list_saved_datasets(
34183418
self, allow_cache: bool = False, tags: Optional[dict[str, str]] = None
34193419
) -> List[SavedDataset]:
34203420
"""

0 commit comments

Comments
 (0)