Skip to content

Commit 4a3f139

Browse files
david-plweinbe58
andauthored
Update src/bloqade/squin/op/number.py
Co-authored-by: Phillip Weinberg <[email protected]>
1 parent f5471c1 commit 4a3f139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/squin/op/number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from kirin.ir.attrs.types import PyClass
44

5-
Number = PyClass(numbers.Number)
5+
NumberType = PyClass(numbers.Number)

0 commit comments

Comments
 (0)