cleanup: remove redundant _registered_entity_ids class annotation

This commit is contained in:
Greyson LaLonde
2026-04-04 22:27:32 +08:00
parent da5a890eae
commit 3f447f21d0

View File

@@ -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)