Skip to content

Commit

Permalink
* Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
eggerdj committed Oct 24, 2024
1 parent a3e02f9 commit f0df9be
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 @@ -4,7 +4,7 @@
from unittest import TestCase

from qiskit import QuantumCircuit
from qiskit.converters import circuit_to_dag, dag_to_circuit
from qiskit.converters import circuit_to_dag
from qiskit.transpiler import Layout

from qopt_best_practices.transpilation.swap_cancellation_pass import SwapToFinalMapping
Expand Down

0 comments on commit f0df9be

Please sign in to comment.