mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-07 17:39:58 +02:00
🔍 mypy: Use an almost strict mypy configuration, and fix any issues
This commit is contained in:
parent
ad316aeabc
commit
483e809691
11 changed files with 77 additions and 41 deletions
|
@ -4,8 +4,7 @@ from math import ceil
|
|||
from typing import Optional
|
||||
|
||||
from rapidfuzz.distance import Levenshtein
|
||||
|
||||
from .edit_distance import grapheme_clusters
|
||||
from uniseg.graphemecluster import grapheme_clusters
|
||||
|
||||
|
||||
def align(t1, t2):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue