From e0b7fed7f4e137b5bd552a6bb27733db226a5348 Mon Sep 17 00:00:00 2001 From: Michael Liu <34015028+ljxw88@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:52:33 +0000 Subject: [PATCH] Update cli/utils.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- cli/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/utils.py b/cli/utils.py index df75c775..95494a5a 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -375,7 +375,7 @@ def perform_copilot_oauth() -> bool: Returns True if a valid token with Copilot access is available, False otherwise. """ - from tradingagents.llm_clients.copilot_client import check_copilot_auth, _get_github_token + from tradingagents.llm_clients.copilot_client import check_copilot_auth, get_github_token token = _get_github_token() if token: