Skip to content

Commit

Permalink
Linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2812 committed Jul 27, 2023
1 parent e9571b8 commit 9680486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ops/functions/test_equal.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
H=qml.Hamiltonian(
[1.0, 1.0], [qml.PauliX(0) @ qml.PauliX(1), qml.PauliZ(0) @ qml.PauliZ(1)]
),
k=3
k=3,
),
ExpectationMP(eigvals=[1, -1]),
ExpectationMP(eigvals=[1, 2]),
Expand Down

0 comments on commit 9680486

Please sign in to comment.