Update bio.py

This commit is contained in:
Namhyeon Go 2024-07-07 19:19:31 +09:00 committed by GitHub
parent 6e4413a010
commit f214120c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,8 +13,7 @@ import json
from Bio.Seq import Seq
from Bio.SeqUtils import gc_fraction
from server import Extension
from base import Extension
def _analyze_sequence(sequence) -> dict[str, str]:
"""