From 34b47dd44a648a28210e8033696af941ab0ef254 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Thu, 30 Nov 2023 19:22:10 +0000 Subject: [PATCH] Remove superfluous private statement --- qiskit/circuit/controlflow/builder.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qiskit/circuit/controlflow/builder.py b/qiskit/circuit/controlflow/builder.py index 95a3244a60fb..edd5394449db 100644 --- a/qiskit/circuit/controlflow/builder.py +++ b/qiskit/circuit/controlflow/builder.py @@ -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__ = ()