Skip to content

Commit 6fd2a67

Browse files
committed
Fixed import error
1 parent 19d78fd commit 6fd2a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcfkit/phylo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import numpy as np
2020
from jinja2 import Template
21-
import biotite.sequence.align as align, phylo
21+
import biotite.sequence.align as align
2222
import biotite.sequence.phylo as phylo
2323
from biotite.sequence import NucleotideSequence
2424
import networkx as nx

0 commit comments

Comments
 (0)