diff --git a/hugr-py/src/hugr/_cfg.py b/hugr-py/src/hugr/_cfg.py index 0151aeab2..8ac058a23 100644 --- a/hugr-py/src/hugr/_cfg.py +++ b/hugr-py/src/hugr/_cfg.py @@ -12,7 +12,7 @@ class Block(DfBase[ops.DataflowBlock]): def set_block_outputs(self, branching: Wire, *other_outputs: Wire) -> None: self.set_outputs(branching, *other_outputs) - def single_successor_outputs(self, *outputs: Wire) -> None: + def set_single_successor_outputs(self, *outputs: Wire) -> None: # TODO requires constants raise NotImplementedError