Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Nov 5, 2020
1 parent 893bd56 commit 14e32c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/python/feast/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1007,9 +1007,7 @@ def get_historical_features(
)

def get_historical_features_df(
self,
feature_refs: List[str],
entity_source: Union[FileSource, BigQuerySource],
self, feature_refs: List[str], entity_source: Union[FileSource, BigQuerySource],
):
"""
Launch a historical feature retrieval job.
Expand Down

0 comments on commit 14e32c7

Please sign in to comment.