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 c90d72d commit 8f484a2Copy full SHA for 8f484a2
labthings_client/td_parsers.py
@@ -1,6 +1,5 @@
1
def find_self_link(links_list: list):
2
return_link = ""
3
- print(links_list)
4
# Look for an explicit "self" link
5
for link in links_list:
6
if link.get("rel") == "self":
0 commit comments