From f48fa224b312d88a2f555fa5c2707749f33f549d Mon Sep 17 00:00:00 2001 From: Lucas ONeil Date: Tue, 18 Jun 2024 13:18:32 -0700 Subject: [PATCH] Unused Signed-off-by: Lucas ONeil --- oidc-controller/api/core/acapy/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oidc-controller/api/core/acapy/client.py b/oidc-controller/api/core/acapy/client.py index fce090ae..f45b8f46 100644 --- a/oidc-controller/api/core/acapy/client.py +++ b/oidc-controller/api/core/acapy/client.py @@ -148,7 +148,6 @@ def oob_create_invitation( json=create_invitation_payload, ) - # TODO: Determine if this should assert it received a json object assert resp_raw.status_code == 200, resp_raw.content resp = json.loads(resp_raw.content)