Fix lint error: sort imports in test file

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-28 21:03:31 +00:00
parent 6e82b6d7b0
commit b45bb89e10

View File

@@ -2,7 +2,7 @@ import json
import os
import sys
import unittest
from unittest.mock import patch, mock_open
from unittest.mock import mock_open, patch
import pytest