Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
resolve flake8 complaint
  • Loading branch information
adraismawur committed Aug 22, 2023
1 parent 4da45b9 commit 58a65a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/genbank/test_bgc_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def test_get_cds_with_domains(self):
gbk = GBK("", "test")
gbk.genes = cds_list
region = BGCRecord(gbk, 0, 0, 100, False, "")


expected_cds_count = 4
actual_cds_count = len(region.get_cds_with_domains())
Expand Down
1 change: 0 additions & 1 deletion test/genbank/test_cds.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# from dependencies
from Bio.SeqFeature import SeqFeature, FeatureLocation
from sortedcontainers import SortedSet

# from other modules
from src.genbank import GBK, CDS
Expand Down

0 comments on commit 58a65a6

Please sign in to comment.