Skip to content

Commit

Permalink
Import transpile with import * (#2285)
Browse files Browse the repository at this point in the history
* import transpiler

* fix ordering

* fid to new location

* Update __init__.py
  • Loading branch information
nonhermitian authored and kdk committed May 16, 2019
1 parent 6a54ecb commit f907d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit/__init__.py
Expand Up @@ -30,6 +30,7 @@
from qiskit.circuit import QuantumRegister
from qiskit.circuit import QuantumCircuit
from qiskit.execute import execute
from qiskit.compiler import transpile, assemble

# The qiskit.extensions.x imports needs to be placed here due to the
# mechanism for adding gates dynamically.
Expand Down

0 comments on commit f907d59

Please sign in to comment.