Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahbeenie committed Mar 12, 2020
1 parent 585fc00 commit 9467f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pathme/kegg/kegg_xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from bio2bel_kegg.constants import API_KEGG_GET
from bio2bel_kegg.parsers.description import parse_description

from pathme.constants import CHEBI, CHEBI_NAME, HGNC, HGNC_SYMBOL, KEGG_CACHE, PUBCHEM, UNIPROT, KEGG_ID, KEGG_TYPE
from pathme.constants import CHEBI, CHEBI_NAME, HGNC, HGNC_SYMBOL, KEGG_CACHE, KEGG_ID, KEGG_TYPE, PUBCHEM, UNIPROT
from pathme.wikipathways.utils import merge_two_dicts

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 9467f90

Please sign in to comment.