Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jun 29, 2024
1 parent ac06673 commit d70cebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/passes/synthesis/unitary_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)
from qiskit.quantum_info import Operator
from qiskit.circuit.controlflow import CONTROL_FLOW_OP_NAMES
from qiskit.circuit import ControlFlowOp, Gate, Parameter
from qiskit.circuit import Gate, Parameter
from qiskit.circuit.library.standard_gates import (
iSwapGate,
CXGate,
Expand Down

0 comments on commit d70cebe

Please sign in to comment.