From 1bbc3eab2b5bd7c9eca1333b0e95f68ad3983b4e Mon Sep 17 00:00:00 2001 From: Seneca Meeks Date: Mon, 21 Oct 2024 10:11:24 -0700 Subject: [PATCH] typecheck --- cirq-core/cirq/work/sampler_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cirq-core/cirq/work/sampler_test.py b/cirq-core/cirq/work/sampler_test.py index 1c3b34428dd..7b143ba2f22 100644 --- a/cirq-core/cirq/work/sampler_test.py +++ b/cirq-core/cirq/work/sampler_test.py @@ -267,7 +267,6 @@ def test_sampler_run_batch_bad_input_lengths(): ) -@duet.sync @mock.patch('duet.pstarmap_async') @pytest.mark.parametrize('call_count', [1, 2, 3]) async def test_run_batch_async_sends_circuits_in_chunks(spy, call_count): @@ -289,7 +288,6 @@ async def run_sweep_async(self, _, params, __: int = 1): assert spy.call_count == call_count -@duet.sync @pytest.mark.parametrize('call_count', [1, 2, 3]) async def test_run_batch_async_runs_runs_sequentially(call_count): a = cirq.LineQubit(0)