mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 17:18:13 +00:00
Fix lint: Remove unused pytest import
- Remove unused pytest import from test_console_formatter_pause_resume.py - Fixes F401 lint error identified in CI Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import pytest
|
|
||||||
from unittest.mock import MagicMock, patch
|
from unittest.mock import MagicMock, patch
|
||||||
from rich.tree import Tree
|
from rich.tree import Tree
|
||||||
from rich.live import Live
|
from rich.live import Live
|
||||||
|
|||||||
Reference in New Issue
Block a user