Skip to content

Commit 8de65f1

Browse files
committed
formatting
Signed-off-by: Bettina Heim <[email protected]>
1 parent eeea99a commit 8de65f1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

python/tests/custom/test_custom_operations.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ def bell():
226226

227227
with pytest.raises(RuntimeError) as error:
228228
bell.compile()
229-
assert 'missing value' in repr(
230-
error)
229+
assert 'missing value' in repr(error)
231230

232231

233232
def test_bug_2452():
@@ -265,8 +264,7 @@ def kernel3():
265264

266265
with pytest.raises(RuntimeError) as error:
267266
cudaq.sample(kernel3)
268-
assert 'missing value' in repr(
269-
error)
267+
assert 'missing value' in repr(error)
270268

271269

272270
# leave for gdb debugging

0 commit comments

Comments
 (0)