mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
fix: alphabetically order standard library imports
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user