mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-03 07:29:59 +02:00
🧹 dinglehopper: Sanitize imports
This commit is contained in:
parent
1077dc64ce
commit
c514abfb9f
5 changed files with 13 additions and 10 deletions
|
@ -8,7 +8,7 @@ import numpy as np
|
|||
from multimethod import multimethod
|
||||
from uniseg.graphemecluster import grapheme_clusters
|
||||
|
||||
from . import ExtractedText
|
||||
from .extracted_text import ExtractedText
|
||||
|
||||
|
||||
def levenshtein_matrix(seq1: Sequence, seq2: Sequence):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue