Skip to content

Commit f0f9b74

Browse files
author
Nagkumar Arkalgud
committed
remove the ununsed init
1 parent 1f0650c commit f0f9b74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/simulator/_model_tools/_generated_rai_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ def __init__(self, azure_ai_project: Union[AzureAIProject, str], token_manager:
5555
self._client = AIProjectClient(
5656
endpoint=azure_ai_project, credential=token_manager, user_agent_policy=user_agent_policy
5757
).red_teams
58-
self._operations_client = AIProjectClient(
59-
endpoint=azure_ai_project, credential=token_manager, user_agent_policy=user_agent_policy
60-
).evaluations
6158
self._evaluation_onedp_client = EvaluationServiceOneDPClient(
6259
endpoint=azure_ai_project, credential=token_manager, user_agent_policy=user_agent_policy
6360
)

0 commit comments

Comments
 (0)