Skip to content

Commit 311fb4d

Browse files
committed
fix isort
1 parent 41e9166 commit 311fb4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bloqade/analysis/address/impls.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"""
44

55
from kirin import interp
6-
from bloqade import squin
76
from kirin.analysis import ForwardFrame, const
87
from kirin.dialects import cf, py, scf, func, ilist
98

9+
from bloqade import squin
10+
1011
from .lattice import (
1112
Address,
1213
NotQubit,

0 commit comments

Comments
 (0)