Skip to content

Commit 490949b

Browse files
committed
format
1 parent 488de58 commit 490949b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/catalyst/python_interface/visualization/construct_circuit_dag.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,3 @@ def _operator(op: Operator) -> str:
396396
wires_str = f"[{', '.join(map(str, wires))}]"
397397
# Using <...> lets us use ports (https://graphviz.org/doc/info/shapes.html#record)
398398
return f"<name> {op.name}|<wire> {wires_str}"
399-

0 commit comments

Comments
 (0)