Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhartman committed Aug 26, 2024
1 parent 5e378d2 commit 479feff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qiskit/transpiler/passes/utils/gates_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

"""Check if all gates in the DAGCircuit are in the specified basis gates."""

from qiskit.converters import circuit_to_dag
from qiskit.transpiler.basepasses import AnalysisPass

from qiskit._accelerate.gates_in_basis import (
Expand Down

0 comments on commit 479feff

Please sign in to comment.