Skip to content

Commit

Permalink
LINT: fixing a couple of flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored Feb 15, 2024
2 parents bbed7fe + ba1e29c commit 79b2e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rescript/ncbi_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from ncbi.datasets import ApiException
from q2_types.feature_data import DNAFASTAFormat
from q2_types.genome_data import (LociDirectoryFormat,
ProteinsDirectoryFormat)
ProteinsDirectoryFormat)

from rescript.ncbi import get_taxonomies, _default_ranks

Expand Down
2 changes: 1 addition & 1 deletion rescript/tests/test_ncbi_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from ncbi.datasets import GenomeApi, ApiClient, ApiException
from q2_types.feature_data import DNAFASTAFormat
from q2_types.genome_data import (LociDirectoryFormat,
ProteinsDirectoryFormat)
ProteinsDirectoryFormat)
from qiime2.plugin.testing import TestPluginBase
from rescript.ncbi import _default_ranks
from rescript.ncbi_datasets import (_get_assembly_descriptors,
Expand Down

0 comments on commit 79b2e4b

Please sign in to comment.