Skip to content

Commit

Permalink
refactor: Update return types in get_objects_list method
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Dodla committed Oct 23, 2024
1 parent 551ecf3 commit 568158c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/python/feast/infra/registry/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,9 @@ def get_project_metadata(
)
return project_metadata_model

def get_objects_list(self, proto_class: Type) -> Union[
def get_objects_list(
self, proto_class: Type
) -> Union[
FeatureViewProtoList,
OnDemandFeatureViewProtoList,
EntityProtoList,
Expand Down

0 comments on commit 568158c

Please sign in to comment.