remove unused import (#2679)

### What problem does this PR solve?

### Type of change

- [x] Refactoring
This commit is contained in:
yqkcn
2024-09-30 16:59:39 +08:00
committed by GitHub
parent ae5a877ed4
commit 570ad420a8
7 changed files with 10 additions and 18 deletions

View File

@ -14,7 +14,6 @@ import re
from copy import deepcopy
from io import BytesIO
from timeit import default_timer as timer
from nltk import word_tokenize
from openpyxl import load_workbook
from deepdoc.parser.utils import get_text