Skip to content

Commit 8b2ec3c

Browse files
committed
remove redundant label
1 parent 284f56b commit 8b2ec3c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/catalyst/python_interface/visualization/construct_circuit_dag.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,3 @@ def _operator(op: Operator) -> str:
396396
wires_str = f"[{', '.join(map(str, wires))}]"
397397
return f"<name> {op.name}|<wire> {wires_str}"
398398

399-
400-
@get_label.register
401-
def _mp(mp: MeasurementProcess) -> str:
402-
"""Returns the appropriate label for an xDSL operation."""
403-
return str(mp)

0 commit comments

Comments
 (0)