Skip to content

Commit 1b73421

Browse files
committed
break string not found by black
1 parent 9721fb2 commit 1b73421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: cirq-core/cirq/ops/measurement_gate_test.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ def test_repr():
337337
)
338338
assert repr(gate) == (
339339
"cirq.MeasurementGate(3, cirq.MeasurementKey(name='a'), (True, False), "
340-
"qid_shape=(1, 2, 3), confusion_map={(2,): np.array([[0, 1], [1, 0]], dtype=np.dtype('int64'))})"
340+
"qid_shape=(1, 2, 3), "
341+
"confusion_map={(2,): np.array([[0, 1], [1, 0]], dtype=np.dtype('int64'))})"
341342
)
342343

343344

0 commit comments

Comments
 (0)