Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
piket committed Oct 9, 2023
1 parent bb36c81 commit 6cc752d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/python/feast/embedded_go/online_features_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ def transformation_callback(
full_feature_names: bool,
) -> int:
try:
odfv = fs.get_on_demand_feature_view(on_demand_feature_view_name, allow_cache=True)
odfv = fs.get_on_demand_feature_view(
on_demand_feature_view_name, allow_cache=True
)

input_record = pa.RecordBatch._import_from_c(input_arr_ptr, input_schema_ptr)

Expand Down

0 comments on commit 6cc752d

Please sign in to comment.