Skip to content

Commit

Permalink
fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
PCSwingle committed Apr 22, 2024
1 parent c6ac6d7 commit c24739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mentat/code_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c24739f

Please sign in to comment.