Skip to content

Commit eafc39d

Browse files
committed
remove unused-ignore-comment
1 parent b4f4f7a commit eafc39d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sap_cloud_sdk/extensibility/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ async def _execute_workflow_via_agw(
458458
result_str = await agw_client.call_mcp_tool(
459459
execute_tool,
460460
user_token=user_token or None,
461-
**execute_arguments, # type: ignore[arg-type] # ty: ignore[invalid-argument-type]
461+
**execute_arguments, # type: ignore[arg-type]
462462
)
463463
except Exception as exc:
464464
raise TransportError(
@@ -523,7 +523,7 @@ async def _poll_hook_execution(
523523
result_str = await agw_client.call_mcp_tool(
524524
get_exec_tool,
525525
user_token=user_token or None,
526-
**get_execution_arguments, # type: ignore[arg-type] # ty: ignore[invalid-argument-type]
526+
**get_execution_arguments, # type: ignore[arg-type]
527527
)
528528
except Exception as exc:
529529
raise TransportError(

0 commit comments

Comments
 (0)