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:
parent
5b20fb24a1
commit
d50d624554
23 changed files with 40 additions and 51 deletions
|
@ -1,6 +1,7 @@
|
|||
from .edit_distance import *
|
||||
from rapidfuzz.distance import Levenshtein
|
||||
|
||||
from .edit_distance import *
|
||||
|
||||
|
||||
def align(t1, t2):
|
||||
"""Align text."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue