Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed May 18, 2024
1 parent b82168c commit 3966bd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/utils/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,9 @@ def test_separate_circuit(self):
assert len(separated_circuits.subcircuits["A"].data) == 1
assert separated_circuits.qubit_map == [("A", 0), (None, None)]

with self.subTest("Explicit partition label of None on a non-idle qubit should error"):
with self.subTest(
"Explicit partition label of None on a non-idle qubit should error"
):
circuit = QuantumCircuit(2)
circuit.h(0)
circuit.s(0)
Expand Down

0 comments on commit 3966bd7

Please sign in to comment.