mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-12 11:59:58 +02:00
🧹 dinglehopper: Sanitize imports
This commit is contained in:
parent
1077dc64ce
commit
c514abfb9f
5 changed files with 13 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
import unicodedata
|
||||
import pytest
|
||||
from qurator.dinglehopper import ExtractedText
|
||||
from uniseg.graphemecluster import grapheme_clusters
|
||||
from qurator.dinglehopper import seq_align
|
||||
from collections import namedtuple
|
||||
|
||||
from .. import seq_align, ExtractedText
|
||||
|
||||
|
||||
def test_text():
|
||||
test1 = ExtractedText(None, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue