Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhagwat committed Feb 1, 2024
1 parent a6650fb commit 0620644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/python/feast/infra/registry/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,9 @@ def get_request_feature_view(
raise NotImplementedError("Method not implemented")

def list_request_feature_views(
self,
project: str,
allow_cache: bool = False,
self,
project: str,
allow_cache: bool = False,
) -> List[RequestFeatureView]:
# TODO: Implement listing Request Feature Views
return []
Expand Down

0 comments on commit 0620644

Please sign in to comment.