mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
Fix import sorting in test_encoding.py
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -4,8 +4,13 @@ import unittest
|
||||
from pathlib import Path
|
||||
from unittest.mock import patch
|
||||
|
||||
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
|
||||
from crewai.cli.provider import fetch_provider_data, read_cache_file
|
||||
from crewai.cli.utils import (
|
||||
copy_template,
|
||||
load_env_vars,
|
||||
tree_find_and_replace,
|
||||
write_env_file,
|
||||
)
|
||||
|
||||
|
||||
class TestEncoding(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user