Skip to content

Commit 0472dd5

Browse files
committed
running linter
1 parent 4e3fe7b commit 0472dd5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
139139
include = ["src/bloqade/*"]
140140

141141
[tool.pytest.ini_options]
142-
testpaths = "test/"
142+
testpaths = "test/"

src/bloqade/squin/groups.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from kirin.prelude import structural_no_opt
33
from kirin.dialects import ilist
44

5-
65
from . import op, wire, qubit
76

87

0 commit comments

Comments
 (0)