Skip to content

Commit 71c2483

Browse files
committed
removed import
1 parent c5ed391 commit 71c2483

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

datanator_rest_api/routes/proteins.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
:Copyright: 2019, Karr Lab
66
:License: MIT
77
"""
8-
from datanator_query.query import query_protein
8+
""" from datanator_query.query import query_protein
99
from datanator_query.config import config
10+
"""
1011

1112

1213
def search():
@@ -25,7 +26,7 @@ def post(body):
2526
return ("post")
2627

2728

28-
class Manager:
29+
""" class Manager:
2930
def __init__(self):
3031
username = config.Config.USERNAME
3132
password = config.Config.PASSWORD
@@ -41,3 +42,4 @@ def get(self):
4142
return Manager.manager.get_abundance_by_id(protein_id)
4243
else:
4344
return Manager.manager.get_equivalent_protein(protein_id, distance, max_depth=depth)
45+
"""

0 commit comments

Comments
 (0)