Skip to content

Commit 5115e27

Browse files
committed
fix isort
1 parent 7e59f20 commit 5115e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/pyqrack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# NOTE: The following import is for registering the method tables
1717
from .noise import native as native
1818
from .qasm2 import uop as uop, core as core, glob as glob, parallel as parallel
19+
from .squin import op as op, qubit as qubit
1920
from .device import (
2021
StackMemorySimulator as StackMemorySimulator,
2122
DynamicMemorySimulator as DynamicMemorySimulator,
2223
)
23-
from .squin import op as op, qubit as qubit
2424
from .target import PyQrack as PyQrack

0 commit comments

Comments
 (0)