From c24739f7a8dd5f86841c480178561378a09ffc47 Mon Sep 17 00:00:00 2001 From: Paul Swingle Date: Mon, 22 Apr 2024 13:02:06 -0700 Subject: [PATCH] fix pyright --- mentat/code_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentat/code_context.py b/mentat/code_context.py index 7bfc58844..0cf65a6c5 100644 --- a/mentat/code_context.py +++ b/mentat/code_context.py @@ -17,7 +17,7 @@ validate_and_format_path, ) from mentat.interval import parse_intervals, split_intervals_from_path -from mentat.llm_api_handler import api_guard, get_max_tokens +from mentat.llm_api_handler import get_max_tokens from mentat.session_context import SESSION_CONTEXT from mentat.session_stream import SessionStream from mentat.utils import get_relative_path, mentat_dir_path