Skip to content

Commit

Permalink
Clean up unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Domingo-Fernandez committed Mar 1, 2019
1 parent 3e786b4 commit 4749bdb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pathme/reactome/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
"""This module has utilities method for parsing, handling wikipathways RDF and data."""

import logging
import os
import tarfile
from typing import List

from pybel.dsl import protein

from pathme.utils import parse_id_uri
from ..constants import DATA_DIR, WIKIPATHWAYS, HGNC, UNKNOWN, UNIPROT, ENSEMBL

WIKIPATHWAYS_DIR = os.path.join(DATA_DIR, WIKIPATHWAYS)
from ..constants import HGNC, UNKNOWN, UNIPROT, ENSEMBL

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 4749bdb

Please sign in to comment.