fix: reorder standard library imports

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

View File

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