Skip to content

Commit

Permalink
removes redundant imports from code block (#13261) (#13263)
Browse files Browse the repository at this point in the history
(cherry picked from commit c34743a)

Co-authored-by: Emil Kovacev <emilkovacev@gmail.com>
  • Loading branch information
mergify[bot] and emilkovacev authored Oct 3, 2024
1 parent e198fd0 commit ea8eac8
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 ea8eac8

Please sign in to comment.