chore: ignore comment

Signed-off-by: -LAN- <[email protected]>
This commit is contained in:
-LAN-
2025-09-10 01:36:11 +08:00
parent a23c8fcb1a
commit ea5dfe41d5
@@ -96,7 +96,7 @@ class IterationNode(Node):
def version(cls) -> str:
return "1"
def _run(self) -> Generator[GraphNodeEventBase | NodeEventBase, None, None]: # pyright: ignore[reportIncompatibleMethodOverride]
def _run(self) -> Generator[GraphNodeEventBase | NodeEventBase, None, None]: # type: ignore
variable = self._get_iterator_variable()
if self._is_empty_iteration(variable):