mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fix: Sort imports in test file to fix lint issues
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
import pytest
|
import pytest
|
||||||
from crewai.utilities.events.utils.console_formatter import ConsoleFormatter
|
|
||||||
from rich.text import Text
|
from rich.text import Text
|
||||||
from rich.tree import Tree
|
from rich.tree import Tree
|
||||||
|
|
||||||
|
from crewai.utilities.events.utils.console_formatter import ConsoleFormatter
|
||||||
|
|
||||||
|
|
||||||
def test_console_formatter_gbk_encoding():
|
def test_console_formatter_gbk_encoding():
|
||||||
"""Test that console formatter output can be encoded with GBK."""
|
"""Test that console formatter output can be encoded with GBK."""
|
||||||
|
|||||||
Reference in New Issue
Block a user