Run pre-commit hooks

In the title !
This commit is contained in:
Greyson Lalonde
2023-12-27 13:23:45 -05:00
parent 542a794e64
commit a4e93cea75
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