mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
Fix: Add blank line between stdlib and third-party imports
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import pytest
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
from crewai import Agent, Crew, Process, Task
|
||||
from langchain_core.language_models.base import BaseLanguageModel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user