Run pre-commit hooks

In the title !
This commit is contained in:
Greyson Lalonde
2023-12-27 13:23:45 -05:00
parent 9f78e45cf6
commit 73716f35fc
11 changed files with 582 additions and 562 deletions

View File

@@ -1,4 +1,4 @@
from .task import Task
from .crew import Crew
from .agent import Agent
from .process import Process
from .crew import Crew
from .process import Process
from .task import Task