Skip to content

Commit faa17c6

Browse files
committed
test_tbi passing
1 parent 6712ea9 commit faa17c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/test_tbi.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import pytest
22

3-
from sgkit.io.vcf.tbi import read_tabix
4-
from sgkit.io.vcf.vcf_partition import get_tabix_path
5-
from sgkit.io.vcf.vcf_reader import count_variants
3+
from bio2zarr.tbi import read_tabix
4+
from bio2zarr.vcf_partition import get_tabix_path
65

7-
from .utils import path_for_test
6+
from .utils import count_variants, path_for_test
87

98

109
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)