From 89fac09b33f119da05b782261b469b7cc0b31375 Mon Sep 17 00:00:00 2001 From: Ed Younis Date: Tue, 17 Oct 2023 08:13:12 -0400 Subject: [PATCH] pre-commit --- tests/passes/mapping/test_sabre.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/passes/mapping/test_sabre.py b/tests/passes/mapping/test_sabre.py index e64c945f4..d2374da11 100644 --- a/tests/passes/mapping/test_sabre.py +++ b/tests/passes/mapping/test_sabre.py @@ -13,6 +13,7 @@ from bqskit.qis import PermutationMatrix from bqskit.qis.unitary.unitarymatrix import UnitaryMatrix + def test_simple(compiler: Compiler) -> None: cg = (0, 1), (0, 2), (0, 3), (0, 4), (0, 5), (0, 6), (0, 7) model = MachineModel(8, cg)