Skip to content

Commit

Permalink
removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshaikh42 committed Aug 26, 2019
1 parent c5ed391 commit 71c2483
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions datanator_rest_api/routes/proteins.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
:Copyright: 2019, Karr Lab
:License: MIT
"""
from datanator_query.query import query_protein
""" from datanator_query.query import query_protein
from datanator_query.config import config
"""


def search():
Expand All @@ -25,7 +26,7 @@ def post(body):
return ("post")


class Manager:
""" class Manager:
def __init__(self):
username = config.Config.USERNAME
password = config.Config.PASSWORD
Expand All @@ -41,3 +42,4 @@ def get(self):
return Manager.manager.get_abundance_by_id(protein_id)
else:
return Manager.manager.get_equivalent_protein(protein_id, distance, max_depth=depth)
"""

0 comments on commit 71c2483

Please sign in to comment.