Update to use absolute imports (#17)

Update to use absolute imports
This commit is contained in:
Greyson LaLonde
2023-12-29 20:39:59 -05:00
committed by GitHub
parent af9e749edb
commit ff46652752
6 changed files with 14 additions and 13 deletions

View File

@@ -25,6 +25,7 @@ pre-commit = "^3.6.0"
[tool.isort]
profile = "black"
known_first_party = ["crewai"]
[tool.poetry.group.test.dependencies]
pytest = "^7.4"