Skip to content

Commit b2969e9

Browse files
authored
style: fix linter issue (#2686)
1 parent 5b9606e commit b2969e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/llm_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ def get_weather_tool_schema():
376376
def test_context_window_exceeded_error_handling():
377377
"""Test that litellm.ContextWindowExceededError is converted to LLMContextLengthExceededException."""
378378
from litellm.exceptions import ContextWindowExceededError
379+
379380
from crewai.utilities.exceptions.context_window_exceeding_exception import (
380381
LLMContextLengthExceededException,
381382
)

0 commit comments

Comments
 (0)