mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-27 19:29:55 +02:00
🧹 dinglehopper: Use exclusively relative imports in tests
This commit is contained in:
parent
d61c076aad
commit
f22228840e
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
from qurator.dinglehopper import seq_align, distance
|
|
||||||
|
|
||||||
from .util import unzip
|
from .util import unzip
|
||||||
from .. import align
|
from .. import align, seq_align, distance
|
||||||
|
|
||||||
|
|
||||||
def test_left_empty():
|
def test_left_empty():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue