diff --git a/pyquil/api/_qpu.py b/pyquil/api/_qpu.py index b179fc9ba..1607e963d 100644 --- a/pyquil/api/_qpu.py +++ b/pyquil/api/_qpu.py @@ -187,6 +187,7 @@ def execute_with_memory_map_batch( executable: QuantumExecutable, memory_maps: Iterable[MemoryMap], execution_options: Optional[ExecutionOptions] = None, + **__: Any, ) -> List[QPUExecuteResponse]: """ Execute a compiled program on a QPU with multiple sets of `memory_maps`.