Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingof committed Mar 13, 2019
1 parent 8512f65 commit 0d8556d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pathme/wikipathways/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
import networkx as nx
from bio2bel_wikipathways import Manager as WikiPathwaysManager

from pathme.export_utils import get_files_in_folder
from ..constants import (
BRENDA, DATA_DIR, ENSEMBL, ENTREZ, EXPASY, HGNC, KEGG, UNIPROT, WIKIPATHWAYS, WIKIPEDIA, INTERPRO, PFAM
)
from ..utils import get_files_in_folder, check_multiple
from ..constants import DATA_DIR, ENSEMBL, ENTREZ, EXPASY, HGNC, KEGG, UNIPROT, WIKIPATHWAYS, WIKIPEDIA, INTERPRO, PFAM
from ..utils import check_multiple
from pathme.export_utils import get_files_in_folder

WIKIPATHWAYS_DIR = os.path.join(DATA_DIR, WIKIPATHWAYS)

Expand Down

0 comments on commit 0d8556d

Please sign in to comment.