We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3669cc commit 8e9b4c3Copy full SHA for 8e9b4c3
isatools/net/ols.py
@@ -22,7 +22,6 @@
22
23
24
def get_ols_ontologies():
25
- print("ONE")
26
"""Returns a list of OntologySource objects according to what's in OLS"""
27
ontologiesUri = OLS_API_BASE_URI + "/ontologies?" + str(OLS_PAGINATION_SIZE)
28
log.debug(ontologiesUri)
@@ -45,7 +44,6 @@ def get_ols_ontologies():
45
44
46
47
def get_ols_ontology(ontology_name, page: int):
48
- print("TWO")
49
"""Returns a single OntologySource objects according to what's in OLS"""
50
ontologiesUri = OLS_API_BASE_URI + "/ontologies?page=" + str(page) + "&size=" + str(OLS_PAGINATION_SIZE)
51
0 commit comments