Skip to content

Commit

Permalink
correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sann5 committed Jan 22, 2024
1 parent 35386b6 commit 1633654
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions q2_moshpit/eggnog/_dbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ def _validate_taxon_id(eggnog_proteins, taxon):

# Check for overlap with provided taxon id
if not str(taxon) in tax_ids:
raise ValueError(
f"'{taxon}' is not valid taxon ID. "
"To view all valid taxon IDs inspect e5.taxid_info.tsv "
"file in the eggnog_proteins input."
)
raise ValueError(
f"'{taxon}' is not valid taxon ID. "
"To view all valid taxon IDs inspect e5.taxid_info.tsv "
"file in the eggnog_proteins input."
)


def fetch_ncbi_taxonomy() -> NCBITaxonomyDirFmt:
Expand Down

0 comments on commit 1633654

Please sign in to comment.