Skip to content

Commit c4978f4

Browse files
Update import path for UAIP_Enterprise_SDK
1 parent d1af407 commit c4978f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/crewai_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
sys.exit(1)
3030

3131
try:
32-
from sdk import UAIP_Enterprise_SDK
32+
from uaip.sdk import UAIP_Enterprise_SDK
3333
except ImportError:
3434
print("❌ Cannot import UAIP SDK!")
3535
print("Make sure you're running from the repository root directory")

0 commit comments

Comments
 (0)