From a396370fcf93fed3f059d69dc2c09e98ab1717c1 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 7 Aug 2024 17:06:03 -0700 Subject: [PATCH] remove leftover TODO in the comment (#686) --- skyvern/forge/agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/skyvern/forge/agent.py b/skyvern/forge/agent.py index f3a2ac1c..5c3f717f 100644 --- a/skyvern/forge/agent.py +++ b/skyvern/forge/agent.py @@ -1575,8 +1575,6 @@ class ForgeAgent: browser_state: BrowserState, json_response: dict[str, Any], ) -> dict[str, Any]: - # TODO: handle verifications and resend the request if needed - # parse the "need_verification_code" field from the response need_verification_code = json_response.get("need_verification_code") if need_verification_code and task.totp_verification_url and task.organization_id: LOG.info("Need verification code", step_id=step.step_id)