Files
crewAI/tests/conftest.py
Greyson Lalonde a4e93cea75 Run pre-commit hooks
In the title !
2023-12-27 15:13:42 -05:00

5 lines
87 B
Python

# conftest.py
from dotenv import load_dotenv
load_result = load_dotenv(override=True)