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