fix: sort imports in test file to fix lint error

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-22 18:58:15 +00:00
parent d5f23c439a
commit 768597c6ce

View File

@@ -57,8 +57,8 @@ def test_listen_with_explicit_output():
def test_ambiguous_case_with_explicit_parameters():
"""Test case where method name matches a possible output value."""
import logging
import asyncio
import logging
import time
logging.basicConfig(level=logging.DEBUG)