mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Fix import sorting in test file
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import sys
|
||||
import unittest
|
||||
from unittest.mock import patch
|
||||
|
||||
from crewai.utilities.pyinstaller_compat import is_bundled, get_bundle_dir
|
||||
from crewai.utilities.pyinstaller_compat import get_bundle_dir, is_bundled
|
||||
|
||||
|
||||
class TestPyInstallerCompat(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user