Skip to content

Commit 33989b2

Browse files
committed
Update local_quantum_task_batch.py
1 parent 038a10f commit 33989b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/braket/tasks/local_quantum_task_batch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
# language governing permissions and limitations under the License.
1313

1414
from braket.tasks import QuantumTaskBatch
15+
from braket.tasks.local_quantum_task import LocalQuantumTask
1516
from braket.tasks.quantum_task import TaskResult
1617

1718

18-
class LocalQuantumTaskBatch(QuantumTaskBatch):
19+
class LocalQuantumTaskBatch(QuantumTaskBatch[LocalQuantumTask]):
1920
"""Executes a batch of quantum tasks in parallel.
2021
2122
Since this class is instantiated with the results, cancel() and run_async() are unsupported.

0 commit comments

Comments
 (0)