Fix linting issues with import sorting

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-08 03:23:31 +00:00
parent 8aec7b3364
commit 8fe9099be0
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import re
from typing import Any, Dict, List, Optional, Union
from unidecode import unidecode

View File

@@ -1,4 +1,5 @@
import pytest
from crewai.utilities import sanitize_collection_name