Skip to content

Commit 9e6046e

Browse files
fix: remove duplicate Binarizer re-export from power_transformer.ts
The power_transformer.ts was exporting BinarizerV2 as Binarizer, conflicting with the canonical Binarizer already exported from binarizer.ts. Remove the alias to fix TS2308 duplicate export error. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 20f9a95 commit 9e6046e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/preprocessing/power_transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,4 +371,4 @@ export class FunctionTransformerV2 {
371371
}
372372
}
373373

374-
export { BinarizerV2 as Binarizer };
374+

0 commit comments

Comments
 (0)