1
0
Fork 0
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:
Gerber, Mike 2020-10-08 13:33:19 +02:00
parent 1077dc64ce
commit c514abfb9f
5 changed files with 13 additions and 10 deletions

View file

@ -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):