From d81fb26c3535ce59a4f62cbd5d16cd358f173412 Mon Sep 17 00:00:00 2001 From: Tanuj Khattar Date: Fri, 6 Oct 2023 14:25:45 -0700 Subject: [PATCH] Fix coverage test --- cirq-core/cirq/ops/greedy_qubit_manager_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cirq-core/cirq/ops/greedy_qubit_manager_test.py b/cirq-core/cirq/ops/greedy_qubit_manager_test.py index 8fa51f159a3..c20c8854bc8 100644 --- a/cirq-core/cirq/ops/greedy_qubit_manager_test.py +++ b/cirq-core/cirq/ops/greedy_qubit_manager_test.py @@ -29,9 +29,6 @@ def _decompose_with_context_(self, qubits, context): yield cirq.CNOT(qubits[0], q) qm.qfree([q]) - def __str__(self): - return 'TestGateAlloc' - def test_greedy_qubit_manager(): def make_circuit(qm: cirq.QubitManager):