Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed May 31, 2024
1 parent 1a798ed commit 66d93e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_gtdbquery.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import unittest

from ete4 import PhyloTree, GTDBTaxa, ETE_DATA_HOME, update_ete_data
from ete4 import PhyloTree, GTDBTaxa, ETE_DATA_HOME
from ete4.gtdb_taxonomy import gtdbquery
import requests

Expand Down
3 changes: 1 addition & 2 deletions tests/test_ncbiquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

import os
import pytest
import requests

from ete4 import PhyloTree, NCBITaxa, ETE_DATA_HOME
from ete4 import PhyloTree, NCBITaxa, ETE_DATA_HOME, update_ete_data
from ete4.ncbi_taxonomy import ncbiquery

DATABASE_PATH = ETE_DATA_HOME + '/tests/test_ncbiquery.taxa.sqlite'
Expand Down

0 comments on commit 66d93e5

Please sign in to comment.