Skip to content

Commit f2e1974

Browse files
committed
Add replacment formatter
1 parent 6592514 commit f2e1974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/datatrove/pipeline/formatters/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .ftfy import FTFYFormatter
22
from .pii import PIIFormatter
33
from .symbol_lines_remover import SymbolLinesFormatter
4-
from custom import CustomFormatter
4+
from .custom import CustomFormatter

0 commit comments

Comments
 (0)