Skip to content

Commit e860d08

Browse files
fixed lints
1 parent e5e39ba commit e860d08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cirq-core/cirq/ops/pauli_string_test.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2152,4 +2152,5 @@ def test_pauli_ops_identity_gate_operation():
21522152
), f"Addition failed for {p1} + {p2}"
21532153
assert isinstance(
21542154
p1 - p2, (cirq.PauliSum, cirq.PauliString)
2155-
), f"Subtraction failed for {p1} - {p2}"
2155+
), f"Subtraction failed for {p1} - {p2}"
2156+

0 commit comments

Comments
 (0)