Skip to content

Commit 4f52484

Browse files
committed
pylint
1 parent a7162c6 commit 4f52484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/templates/subroutines/arithmetic/test_temporary_and.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ def test_adjoint_temporary_and_integration(self):
148148
qml.transforms.decompose,
149149
gate_set=gate_set,
150150
fixed_decomps={
151-
qml.Select: qml.templates.subroutines.select._select_decomp_unary
152-
}, # pylint: disable=protected-access
151+
qml.Select: qml.templates.subroutines.select._select_decomp_unary # pylint: disable=protected-access
152+
},
153153
)
154154
def circuit():
155155
ops = [qml.Z(2) for _ in range(4)]

0 commit comments

Comments
 (0)