Skip to content

Commit

Permalink
Remove superfluous private statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Nov 30, 2023
1 parent 28d106b commit 34b47dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qiskit/circuit/controlflow/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ class CircuitScopeInterface(abc.ABC):
the builders to hook into all places where circuit resources might be used. This allows the
builders to track the resources being used, without getting in the way of
:class:`.QuantumCircuit` doing its own thing.
This is a Qiskit-internal interface."""
"""

__slots__ = ()

Expand Down

0 comments on commit 34b47dd

Please sign in to comment.