fix: sort imports according to linter rules

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-11 11:09:29 +00:00
parent a4856a9805
commit 8b58feb5e0
3 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
"""Test HumanTool functionality."""
import pytest
from unittest.mock import patch
import pytest
from crewai.tools import HumanTool
def test_human_tool_basic():