I put the following into PyCharm:
from Bio import Entrez, SeqIO
and it returned this:
Unused import statement \'SeqIO\'
Ple