Skip to content

Commit df68a36

Browse files
committed
remove difflib.
1 parent 31f7993 commit df68a36

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ output:
464464

465465
#### 安装依赖
466466
```shell
467-
pip install pycorrector difflib modelscope==1.16.0 fairseq==0.12.2
467+
pip install pycorrector modelscope==1.16.0 fairseq==0.12.2
468468
```
469469

470470
#### 使用示例

pycorrector/utils/error_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@description:
55
"""
66

7-
import operator
87
import difflib
98

109

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ paddlenlp
1616
paddlepaddle
1717
pytest
1818
kenlm
19-
difflib
2019
modelscope==1.16.0
2120
fairseq==0.12.2

0 commit comments

Comments
 (0)