Skip to content

Commit 7b9bac5

Browse files
committed
fixed formatting issue
1 parent c4d0d3b commit 7b9bac5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/services/mcp_tool_server_configuration_service.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ async def list_tool_servers(
9898
if self._is_development_scenario():
9999
return self._load_servers_from_manifest(environment_id)
100100
else:
101-
return await self._load_servers_from_gateway(
102-
agentic_app_id, environment_id, auth_token
103-
)
101+
return await self._load_servers_from_gateway(agentic_app_id, environment_id, auth_token)
104102

105103
# --------------------------------------------------------------------------
106104
# ENVIRONMENT DETECTION

0 commit comments

Comments
 (0)