mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Fix import order in test_encoding.py
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import unittest
|
||||
from pathlib import Path
|
||||
from unittest.mock import patch
|
||||
|
||||
from crewai.cli.provider import fetch_provider_data, read_cache_file
|
||||
from crewai.cli.provider import read_cache_file, fetch_provider_data
|
||||
from crewai.cli.utils import copy_template, load_env_vars, tree_find_and_replace, write_env_file
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user