Skip to content

Commit 0880361

Browse files
committed
Remove trailing newlines to fix pylint C0305 warnings
1 parent b4ac7f1 commit 0880361

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tensorflow_quantum/core/proto/pauli_sum.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ message PauliTerm {
3232
message PauliQubitPair {
3333
string qubit_id = 1;
3434
string pauli_type = 2;
35-
}
35+
}

tensorflow_quantum/core/proto/projector_sum.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ message ProjectorDictEntry {
3333
string qubit_id = 1;
3434
// False means |0> and true means |1>.
3535
bool basis_state = 2;
36-
}
37-
36+
}

0 commit comments

Comments
 (0)