Skip to content

Commit bc61e6e

Browse files
committed
Fix lint
1 parent 6443a75 commit bc61e6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/python/circuit/test_scheduled_circuit.py

+2
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ def test_estimate_duration_with_long_delay(self, unit):
534534
"P": expected_in_sec / 1e15,
535535
}
536536
self.assertEqual(duration, expected_val[unit])
537+
537538
@data("s", "dt", "f", "p", "n", "u", "µ", "m", "k", "M", "G", "T", "P")
538539
def test_estimate_duration_with_dt_float(self, unit):
539540
# This is not a valid use case, but it is still expressible currently
@@ -566,6 +567,7 @@ def test_estimate_duration_with_dt_float(self, unit):
566567
"P": expected_in_sec / 1e15,
567568
}
568569
self.assertEqual(duration, expected_val[unit])
570+
569571
def test_estimate_duration_invalid_unit(self):
570572
backend = GenericBackendV2(num_qubits=3, seed=42)
571573

0 commit comments

Comments
 (0)