Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed May 31, 2023
1 parent e194572 commit 52b95a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/python/circuit/test_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,8 +799,7 @@ def test_binding_parameterized_circuits_built_in_multiproc(self):
self.assertEqual(len(qobj.experiments[0].instructions), 4)
self.assertTrue(
all(
len(inst.params) == 1
and float(inst.params[0]) == 1
len(inst.params) == 1 and float(inst.params[0]) == 1
for inst in qobj.experiments[0].instructions
)
)
Expand Down

0 comments on commit 52b95a0

Please sign in to comment.