mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
Fix lint errors: remove unused imports
- Remove unused typing.Optional import - Remove unused unittest.mock.MagicMock import - Add noqa comment for necessary mlflow import in availability check Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Tests for MLFlow integration."""
|
||||
|
||||
import pytest
|
||||
from unittest.mock import Mock, patch, MagicMock
|
||||
from unittest.mock import Mock, patch
|
||||
import sys
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user