Skip to content

Commit

Permalink
remove import execute (Qiskit#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Feb 6, 2024
1 parent afdde76 commit 47cf6e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/terra/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import multiprocessing
import unittest

from qiskit import QuantumCircuit, execute
from qiskit import QuantumCircuit
from qiskit.utils import wrap_method

from qiskit_aer import AerProvider, AerSimulator
Expand Down
1 change: 0 additions & 1 deletion tools/verify_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from qiskit import ClassicalRegister
from qiskit.compiler import assemble, transpile
from qiskit import execute
from qiskit import QuantumCircuit
from qiskit import QuantumRegister
from qiskit.quantum_info import Operator, Statevector
Expand Down

0 comments on commit 47cf6e9

Please sign in to comment.