mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-01 14:40:00 +02:00
Fix a few typos
This commit is contained in:
parent
bf47308c00
commit
c90a61c12c
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import unicodedata
|
||||
from typing import Tuple, List
|
||||
from typing import List, Tuple
|
||||
|
||||
from multimethod import multimethod
|
||||
from uniseg.graphemecluster import grapheme_clusters
|
||||
|
|
|
@ -3,6 +3,7 @@ from typing import List
|
|||
|
||||
from multimethod import multimethod
|
||||
from rapidfuzz.distance import Levenshtein
|
||||
from typing import List
|
||||
from uniseg.graphemecluster import grapheme_clusters
|
||||
|
||||
from .extracted_text import ExtractedText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue