in src/braket/pennylane_plugin/braket_device.py [0:0]
def _run_task(self, circuit):
return self._device.run(
circuit,
s3_destination_folder=self._s3_folder,
shots=0 if self.analytic else self.shots,
poll_timeout_seconds=self._poll_timeout_seconds,
poll_interval_seconds=self._poll_interval_seconds,
**self._run_kwargs,
)