Skip to content

Commit

Permalink
FIx: Import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Dec 13, 2024
1 parent 7f8cb05 commit 4db8dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/transpiler/test_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import unittest
import numpy

from qiskit.circuit import QuantumRegister
from qiskit.circuit import QuantumRegister, Qubit
from qiskit.transpiler.layout import Layout
from qiskit.transpiler.exceptions import LayoutError
from qiskit._accelerate.nlayout import NLayout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"""Test the ResetAfterMeasureSimplification pass"""

from qiskit import QuantumCircuit, ClassicalRegister, QuantumRegister
from qiskit.circuit import Clbit
from qiskit.transpiler.passes.optimization import ResetAfterMeasureSimplification
from test import QiskitTestCase # pylint: disable=wrong-import-order

Expand Down

0 comments on commit 4db8dd2

Please sign in to comment.