Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlvarezJarreta authored Apr 25, 2024
1 parent 5a1fcfc commit 6357bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/python/tests/genbank/test_extract_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
from Bio.SeqFeature import SeqFeature, FeatureLocation
from Bio.SeqRecord import SeqRecord
import pytest
from pytest import TempPathFactory

from ensembl.io.genomio.genbank.extract_data import FormattedFilesGenerator, GBParseError
from ensembl.io.genomio.utils import get_json
from pytest import TempPathFactory


class TestWriteFormattedFiles:
Expand Down
2 changes: 1 addition & 1 deletion src/python/tests/genbank/test_extract_data_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
from Bio.SeqFeature import SeqFeature, FeatureLocation
from Bio.SeqRecord import SeqRecord
import pytest
from pytest import TempPathFactory

from ensembl.io.genomio.genbank.extract_data import FormattedFilesGenerator, GBParseError, UnsupportedData
from pytest import TempPathFactory


class TestFormattedFilesGenerator:
Expand Down

0 comments on commit 6357bc6

Please sign in to comment.