mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-15 11:08:33 +00:00
fix: sort imports according to linter rules
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -88,8 +88,6 @@ def test_random_number_tool_schema():
|
||||
|
||||
def test_tool_usage_interrupt_handling():
|
||||
"""Test that tool usage properly propagates LangGraph interrupts."""
|
||||
from unittest.mock import patch, MagicMock
|
||||
|
||||
class InterruptingTool(BaseTool):
|
||||
name: str = "interrupt_test"
|
||||
description: str = "A tool that raises LangGraph interrupts"
|
||||
|
||||
Reference in New Issue
Block a user