Skip to content

Commit

Permalink
removes redundant imports from code block (#13261)
Browse files Browse the repository at this point in the history
(cherry picked from commit c34743a)
  • Loading branch information
emilkovacev authored and mergify[bot] committed Oct 3, 2024
1 parent e198fd0 commit c8185ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/visualization/circuit/circuit_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def circuit_drawer(
.. plot::
:include-source:
from qiskit import QuantumRegister, ClassicalRegister, QuantumCircuit
from qiskit import QuantumCircuit
qc = QuantumCircuit(1, 1)
qc.h(0)
qc.measure(0, 0)
Expand Down

0 comments on commit c8185ee

Please sign in to comment.