We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038a10f commit 33989b2Copy full SHA for 33989b2
src/braket/tasks/local_quantum_task_batch.py
@@ -12,10 +12,11 @@
12
# language governing permissions and limitations under the License.
13
14
from braket.tasks import QuantumTaskBatch
15
+from braket.tasks.local_quantum_task import LocalQuantumTask
16
from braket.tasks.quantum_task import TaskResult
17
18
-class LocalQuantumTaskBatch(QuantumTaskBatch):
19
+class LocalQuantumTaskBatch(QuantumTaskBatch[LocalQuantumTask]):
20
"""Executes a batch of quantum tasks in parallel.
21
22
Since this class is instantiated with the results, cancel() and run_async() are unsupported.
0 commit comments