Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Sep 6, 2024
1 parent 8ecf2d2 commit 376aba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/aws/aws_quantum_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def _(
aws_session: AwsSession,
create_task_kwargs: dict[str, Any],
device_arn: str,
device_parameters: dict | BraketSchemaBase,
device_parameters: Union[dict, BraketSchemaBase], # noqa: UP007
disable_qubit_rewiring: bool,
inputs: dict[str, float],
gate_definitions: dict[tuple[Gate, QubitSet], PulseSequence],
Expand Down

0 comments on commit 376aba0

Please sign in to comment.