Skip to content

Commit 30a1654

Browse files
committed
clean up init of structs
1 parent 4bc81c1 commit 30a1654

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

swarms/structs/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
run_single_agent,
6262
)
6363
from swarms.structs.multi_agent_router import MultiAgentRouter
64-
from swarms.structs.planner_worker_swarm import (
65-
PlannerWorkerSwarm,
66-
TaskQueue,
67-
WorkerPool,
68-
)
6964
from swarms.structs.round_robin import RoundRobinSwarm
7065
from swarms.structs.self_moa_seq import SelfMoASeq
7166
from swarms.structs.sequential_workflow import SequentialWorkflow
@@ -181,7 +176,4 @@
181176
"SubagentRegistry",
182177
"SubagentTask",
183178
"TaskStatus",
184-
"PlannerWorkerSwarm",
185-
"TaskQueue",
186-
"WorkerPool",
187179
]

0 commit comments

Comments
 (0)