Skip to content

Commit

Permalink
spelling hiearchical -> hierarchical
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynmitchell committed May 3, 2024
1 parent 5885076 commit 083d057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiearchical_swarm.py → hierarchical_swarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class HassSchema(BaseModel):
)


class HiearchicalSwarm(BaseSwarm):
class HierarchicalSwarm(BaseSwarm):
def __init__(
self,
director: Agent = None,
Expand Down

0 comments on commit 083d057

Please sign in to comment.