mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 00:58:13 +00:00
fix: sort imports in test file to fix lint error
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -57,8 +57,8 @@ def test_listen_with_explicit_output():
|
|||||||
|
|
||||||
def test_ambiguous_case_with_explicit_parameters():
|
def test_ambiguous_case_with_explicit_parameters():
|
||||||
"""Test case where method name matches a possible output value."""
|
"""Test case where method name matches a possible output value."""
|
||||||
import logging
|
|
||||||
import asyncio
|
import asyncio
|
||||||
|
import logging
|
||||||
import time
|
import time
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user