fix: alphabetically order standard library imports

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-11 11:20:36 +00:00
parent 39a290b4d3
commit 369ee46ff3

View File

@@ -1,7 +1,7 @@
"""Test HumanTool functionality.""" """Test HumanTool functionality."""
from unittest.mock import patch
import pytest import pytest
from unittest.mock import patch
from crewai.tools import HumanTool from crewai.tools import HumanTool