mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 14:52:36 +00:00
cleanup: remove redundant _registered_entity_ids class annotation
This commit is contained in:
@@ -260,8 +260,6 @@ class CrewAIEventsBus:
|
||||
with self._instance_lock:
|
||||
self._runtime_state = state
|
||||
|
||||
_registered_entity_ids: set[int]
|
||||
|
||||
def register_entity(self, entity: Any) -> None:
|
||||
"""Add an entity to the RuntimeState, creating it if needed."""
|
||||
eid = id(entity)
|
||||
|
||||
Reference in New Issue
Block a user