Skip to content

Commit 19b12e5

Browse files
resolved pylint issue
1 parent 8f58257 commit 19b12e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async def init_ai_foundry_client():
170170

171171
ai_project_client = AIProjectClient(
172172
endpoint=app_settings.azure_ai.agent_endpoint,
173-
credential = await get_azure_credential_async()
173+
credential=await get_azure_credential_async()
174174
)
175175
track_event_if_configured("AIFoundryAgentEndpointUsed", {
176176
"endpoint": app_settings.azure_ai.agent_endpoint

0 commit comments

Comments
 (0)