Skip to content

Commit a8a8b6f

Browse files
committed
revert split out change
1 parent e49ec00 commit a8a8b6f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cirq/sim/clifford/act_on_clifford_tableau_args_test.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222

2323
def test_unitary_fallback():
24-
2524
class UnitaryXGate(cirq.Gate):
2625

2726
def _num_qubits_(self) -> int:
@@ -62,11 +61,8 @@ def _unitary_(self):
6261

6362

6463
def test_cannot_act():
65-
6664
class NoDetails:
67-
68-
def _num_qubits_(self):
69-
return 1
65+
pass
7066

7167
class NoDetailsSingleQubitGate(cirq.SingleQubitGate):
7268
pass

0 commit comments

Comments
 (0)