Fix import sorting in manual test script

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-05-06 00:06:18 +00:00
parent 14579a7861
commit c2bf2b3210

View File

@@ -5,10 +5,10 @@ and verifies that the updated content is detected and loaded.
"""
import os
import sys
import tempfile
import time
from pathlib import Path
import tempfile
import sys
from crewai.knowledge.knowledge import Knowledge
from crewai.knowledge.source.csv_knowledge_source import CSVKnowledgeSource