mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Fix import sorting in backward compatibility test
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -15,6 +15,7 @@ class BackwardCompatibilityTest(unittest.TestCase):
|
||||
warnings.simplefilter("always", DeprecationWarning)
|
||||
|
||||
import importlib
|
||||
|
||||
import crewai.telemtry
|
||||
importlib.reload(crewai.telemtry)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user