1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-07 17:39:58 +02:00

🎨 Sort imports (auto-fixed by ruff)

This commit is contained in:
Mike Gerber 2023-08-03 19:21:21 +02:00
parent 5b20fb24a1
commit d50d624554
23 changed files with 40 additions and 51 deletions

View file

@ -1,6 +1,7 @@
from .edit_distance import *
from rapidfuzz.distance import Levenshtein
from .edit_distance import *
def align(t1, t2):
"""Align text."""