From 9200a511c3d2865c002bbf979a52a8d2805a963e Mon Sep 17 00:00:00 2001 From: Adelme Bazin Date: Tue, 19 Sep 2023 20:48:22 +0200 Subject: [PATCH] Update annotate.py --- ppanggolin/annotate/annotate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppanggolin/annotate/annotate.py b/ppanggolin/annotate/annotate.py index f76f3a91..7fe15dbd 100644 --- a/ppanggolin/annotate/annotate.py +++ b/ppanggolin/annotate/annotate.py @@ -9,7 +9,7 @@ from pathlib import Path import tempfile import time -from typing import List, Set, Tuple +from typing import List, Set, Tuple, Iterable # installed libraries from tqdm import tqdm