From 786a5adec983845682b7f244d570d4360e1b6cc0 Mon Sep 17 00:00:00 2001 From: dengzq1234 Date: Mon, 4 Mar 2024 15:06:39 +0100 Subject: [PATCH] update --- treeprofiler/src/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/treeprofiler/src/utils.py b/treeprofiler/src/utils.py index cdf2210..2641cf2 100644 --- a/treeprofiler/src/utils.py +++ b/treeprofiler/src/utils.py @@ -1,7 +1,7 @@ from __future__ import annotations from treeprofiler.src import b64pickle from ete4.parser.newick import NewickError -from ete4.operations import remove +from ete4.core.operations import remove from ete4 import Tree, PhyloTree from Bio import AlignIO from Bio.Align import MultipleSeqAlignment