mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +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
|
source: The object emitting the event
|
||||||
event: The event instance to emit
|
event: The event instance to emit
|
||||||
"""
|
"""
|
||||||
event_type = type(event)
|
|
||||||
for event_type, handlers in self._handlers.items():
|
for event_type, handlers in self._handlers.items():
|
||||||
if isinstance(event, event_type):
|
if isinstance(event, event_type):
|
||||||
for handler in handlers:
|
for handler in handlers:
|
||||||
|
|||||||
Reference in New Issue
Block a user