Skip to content

Commit 62f3761

Browse files
committed
chore: remove children() method from ControllerVector
1 parent c231cd9 commit 62f3761

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/fastcs/controller.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,3 @@ def __iter__(self) -> Iterator[int]:
270270

271271
def __len__(self) -> int:
272272
return len(self._children)
273-
274-
def children(self) -> Iterator[tuple[int, Controller]]:
275-
yield from self._children.items()

0 commit comments

Comments
 (0)