Skip to content

Commit

Permalink
* Remove unsused variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
eggerdj committed Oct 24, 2024
1 parent 5d12a7c commit a3e02f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_swap_cancellation.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_simple(self):
swap_pass.property_set["virtual_permutation_layout"] = layout

dag = circuit_to_dag(qc)
qc2 = dag_to_circuit(swap_pass.run(dag))
_ = swap_pass.run(dag)

new_layout = swap_pass.property_set["virtual_permutation_layout"]

Expand Down

0 comments on commit a3e02f9

Please sign in to comment.