From 524439965c049222da1ad5173b5077b58ebde8bb Mon Sep 17 00:00:00 2001 From: Swifty Date: Fri, 13 Feb 2026 13:18:10 +0100 Subject: [PATCH] fmt --- .../backend/api/features/chat/tools/feature_requests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autogpt_platform/backend/backend/api/features/chat/tools/feature_requests.py b/autogpt_platform/backend/backend/api/features/chat/tools/feature_requests.py index 9e7bb090b7..f229a2d569 100644 --- a/autogpt_platform/backend/backend/api/features/chat/tools/feature_requests.py +++ b/autogpt_platform/backend/backend/api/features/chat/tools/feature_requests.py @@ -107,9 +107,7 @@ def _get_linear_config() -> tuple[LinearClient, str, str]: if not secrets.linear_api_key: raise RuntimeError("LINEAR_API_KEY is not configured") if not secrets.linear_feature_request_project_id: - raise RuntimeError( - "LINEAR_FEATURE_REQUEST_PROJECT_ID is not configured" - ) + raise RuntimeError("LINEAR_FEATURE_REQUEST_PROJECT_ID is not configured") if not secrets.linear_feature_request_team_id: raise RuntimeError("LINEAR_FEATURE_REQUEST_TEAM_ID is not configured")