diff --git a/src/crewai/patches/litellm_patch.py b/src/crewai/patches/litellm_patch.py index e35e937c3..6dda9f364 100644 --- a/src/crewai/patches/litellm_patch.py +++ b/src/crewai/patches/litellm_patch.py @@ -9,7 +9,7 @@ Version: 1.0.0 import json import logging -from typing import Any, Dict, List, Union, Optional, Tuple +from typing import Any, Dict, List, Optional, Tuple, Union # Set up logging logger = logging.getLogger(__name__)