diff --git a/tests/test_set_callbacks_handles_removed_callbacks.py b/tests/test_set_callbacks_handles_removed_callbacks.py index ef665dd57..bff76def1 100644 --- a/tests/test_set_callbacks_handles_removed_callbacks.py +++ b/tests/test_set_callbacks_handles_removed_callbacks.py @@ -1,5 +1,5 @@ -import pytest import litellm +import pytest from typing import Any from crewai.llm import LLM