Skip to content

Commit ed34cdf

Browse files
committed
Lint
Signed-off-by: rightx2 <rightx2@gmail.com>
1 parent 4d8abb2 commit ed34cdf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • sdk/python/feast/infra/offline_stores

sdk/python/feast/infra/offline_stores/file.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@ def evaluate_historical_retrieval():
154154

155155
df_to_join.sort_values(by=right_entity_key_sort_columns, inplace=True)
156156
df_to_join.drop_duplicates(
157-
right_entity_key_sort_columns, keep="last", ignore_index=True, inplace=True
157+
right_entity_key_sort_columns,
158+
keep="last",
159+
ignore_index=True,
160+
inplace=True,
158161
)
159162

160163
# Select only the columns we need to join from the feature dataframe

0 commit comments

Comments
 (0)