mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
Remove unused variable
This commit is contained in:
committed by
Vini Brasil
parent
fae1cfdc89
commit
e17911867d
@@ -67,7 +67,6 @@ class CrewAIEventsBus:
|
||||
source: The object emitting the event
|
||||
event: The event instance to emit
|
||||
"""
|
||||
event_type = type(event)
|
||||
for event_type, handlers in self._handlers.items():
|
||||
if isinstance(event, event_type):
|
||||
for handler in handlers:
|
||||
|
||||
Reference in New Issue
Block a user