mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-14 18:48:29 +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():
|
||||
"""Test case where method name matches a possible output value."""
|
||||
import logging
|
||||
import asyncio
|
||||
import logging
|
||||
import time
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user