mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +02:00
Remove cruft
This commit is contained in:
parent
69c76e90c8
commit
41d107c9e5
2 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ resp = requests.post(
|
|||
|
||||
resp = resp.json()
|
||||
|
||||
print(resp)
|
||||
if "error" in resp:
|
||||
print(f"Error: {resp['error']}")
|
||||
sys.exit(1)
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ resp = requests.post(
|
|||
|
||||
resp = resp.json()
|
||||
|
||||
print(resp)
|
||||
if "error" in resp:
|
||||
print(f"Error: {resp['error']}")
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue