mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Fix import sorting in litellm_patch.py
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user