Skip to content

Commit

Permalink
clean unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Nov 27, 2024
1 parent d5df368 commit ecae334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppanggolin/RGP/genomicIsland.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
import argparse
from pathlib import Path
from typing import Set, Iterable, List, Tuple
from typing import Set, Iterable

# installed libraries
from tqdm import tqdm
Expand Down

0 comments on commit ecae334

Please sign in to comment.