Skip to content

Commit

Permalink
remove difflib.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibing624 committed Dec 18, 2024
1 parent 31f7993 commit df68a36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ output:

#### 安装依赖
```shell
pip install pycorrector difflib modelscope==1.16.0 fairseq==0.12.2
pip install pycorrector modelscope==1.16.0 fairseq==0.12.2
```

#### 使用示例
Expand Down
1 change: 0 additions & 1 deletion pycorrector/utils/error_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
@description:
"""

import operator
import difflib


Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ paddlenlp
paddlepaddle
pytest
kenlm
difflib
modelscope==1.16.0
fairseq==0.12.2

0 comments on commit df68a36

Please sign in to comment.