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