From c63010daaa163982f6c6a12c96dda70594463fcb Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 02:35:40 +0000 Subject: [PATCH] Fix import sorting in litellm_patch.py Co-Authored-By: Joe Moura --- src/crewai/patches/litellm_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)