From 2a3e428d9edfb0c429e38ff174147455acdb7727 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:18:56 +0000 Subject: [PATCH] fix(backend): sort imports alphabetically in run_agent.py Co-authored-by: Nicholas Tindle --- .../backend/backend/api/features/chat/tools/run_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt_platform/backend/backend/api/features/chat/tools/run_agent.py b/autogpt_platform/backend/backend/api/features/chat/tools/run_agent.py index 6e559f6bd5..3595c78cde 100644 --- a/autogpt_platform/backend/backend/api/features/chat/tools/run_agent.py +++ b/autogpt_platform/backend/backend/api/features/chat/tools/run_agent.py @@ -32,9 +32,9 @@ from .models import ( UserReadiness, ) from .utils import ( + build_missing_credentials_from_graph, extract_credentials_from_schema, fetch_graph_from_store_slug, - build_missing_credentials_from_graph, get_or_create_library_agent, match_user_credentials_to_graph, )