Skip to content

Commit fdcb782

Browse files
committed
style
1 parent ae47a54 commit fdcb782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

butterfree/transform/aggregated_feature_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def construct(
642642
output_df = output_df.select(*self.columns).replace( # type: ignore
643643
float("nan"), None
644644
)
645-
645+
646646
if not output_df.isStreaming and self.deduplicate_rows:
647647
output_df = self._filter_duplicated_rows(output_df)
648648

0 commit comments

Comments
 (0)